Open gwerbin opened 5 years ago
Read requirements from requirements.txt, and use setuptools.find_packages.
requirements.txt
setuptools.find_packages
This can now be safely installed using
pip install 'git+https://github.com/facebookresearch/pysparn@master#egg=pysparnn'
and Pip will correctly identify and download dependencies.
Read requirements from
requirements.txt
, and usesetuptools.find_packages
.This can now be safely installed using
and Pip will correctly identify and download dependencies.