Commit graph

3 commits

Author SHA1 Message Date
nginsburg
7a935790e8 python packaging and allowing for pip install usage 2020-01-31 18:19:50 -05:00
Tobias Witek
73ab214654 [pypi] Add markdown 2020-01-29 21:37:28 +01:00
Tony Narlock
b0a3dc89d1 Add setup.py (see examples of subpackages)
- pip install -e .
- pip install -e '.[cpu]'
- pip install -e '.[title]'
- pip install -e '.[title,weather]'

See also: https://setuptools.readthedocs.io/en/latest/setuptools.html#declaring-extras-optional-features-with-their-own-dependencies
2020-01-26 15:07:38 -06:00