Open szabgab opened 1 year ago
The requirements-parser raises an exception: https://github.com/madpah/requirements-parser/issues/83 but apparently pip install -r requirements.txt with such a file works. It is probably the same as pip install .
pip install -r requirements.txt
pip install .
We probably need to put in a special case for this.
The requirements-parser raises an exception: https://github.com/madpah/requirements-parser/issues/83 but apparently
pip install -r requirements.txt
with such a file works. It is probably the same aspip install .
We probably need to put in a special case for this.