Skip to content

Commit

Permalink
README link updates: fix tzinfo, linkify flit
Browse files Browse the repository at this point in the history
  • Loading branch information
ikluft committed Dec 14, 2024
1 parent ded6031 commit 7ed19ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ The Solaer time zones also have another set of overlay time zones the width of 1
Usage of timezone_solar
-----------------------

The timezone_solar package implements the [https://docs.python.org/3.6/library/datetime.html#datetime.tzinfo](tzinfo)
The timezone_solar package implements the [tzinfo](https://docs.python.org/3.6/library/datetime.html#datetime.tzinfo)
interface.
To do that, it provides the functions _utcoffset_, _dst_ and _tzname_.
It inherits the _fromutc_ function from tzinfo.

If the library is installed from source code from GitHub, use the Python flit command to build and install. It can be built with "flit built" and installed with "flit install".
If the library is installed from source code from GitHub, use the Python [flit](https://flit.pypa.io/en/stable/) command to build and install. It can be built with "flit built" and installed with "flit install".

Online resources
----------------
Expand Down

0 comments on commit 7ed19ce

Please sign in to comment.