vliz-be-opsci / pysubyt

python module for Linked Data production (aka semantic uplifting) through Templating
MIT License
0 stars 0 forks source link

line up pip install command to managed setup.py requirements #26

Closed marc-portier closed 2 years ago

marc-portier commented 2 years ago

apparently there is a pip install -e . and fellow command pip install -e .[dev] that better tie in with dependency-management as provided through the setup.py

i.e. using

    install_requires: [ ... list of RT dependency-packages here ...],
    extras_require: { 'dev': [ .... list of dev dependency-packages here ...] 

have seen this at work here: https://github.com/andreztz/pyradios

idea is to fix setup.py and adapt Makefile