Changes between Version 34 and Version 35 of pyson
- Timestamp:
- 05/19/21 11:41:28 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pyson
v34 v35 7 7 install: 8 8 {{{ 9 pip install https://tracinsy.ewi.tudelft.nl/pubtrac/Utilities/export/1 53/pyson/dist/pyson-1.0.0.tar.gz9 pip install https://tracinsy.ewi.tudelft.nl/pubtrac/Utilities/export/161/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/1 42/pyson/dist/pyson-1.0.0.tar.gz"],14 install_requires=[ "pyson@pip install https://tracinsy.ewi.tudelft.nl/pubtrac/Utilities/export/161/pyson/dist/pyson-1.0.0.tar.gz"], 15 15 }}} 16 16