Changes between Version 35 and Version 36 of pyson
- Timestamp:
- 05/19/21 12:57:44 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pyson
v35 v36 7 7 install: 8 8 {{{ 9 pip install https://tracinsy.ewi.tudelft.nl/pubtrac/Utilities/export/16 1/pyson/dist/pyson-1.0.0.tar.gz9 pip install https://tracinsy.ewi.tudelft.nl/pubtrac/Utilities/export/163/pyson/dist/pyson-1.0.0.tar.gz 10 10 }}} 11 11 12 12 or from your setup.py 13 13 {{{ 14 install_requires=[ "pyson@pip install https://tracinsy.ewi.tudelft.nl/pubtrac/Utilities/export/16 1/pyson/dist/pyson-1.0.0.tar.gz"],14 install_requires=[ "pyson@pip install https://tracinsy.ewi.tudelft.nl/pubtrac/Utilities/export/163/pyson/dist/pyson-1.0.0.tar.gz"], 15 15 }}} 16 16