Investigate how pip
translates requirements.txt
and gets packages from the PyPi Index
#15
Open
1 of 3 tasks
Labels
Milestone
Related to #7 and #8, just that we need to translate the
requirements,txt
file (and maybe give it a easier usage in the CLI, something likepip.rs install-requirements
or something like that) so that we can get the package therequirements.txt
file requires from the PyPi indexNotes
https://pypi.org/pypi/PACKAGE/VERSION/json
according to the official docs on this APIProblems
==
,>=
, etc.)pip
supports the other operators besides==
requirements.txt
See Also
requirements.txt
Parsing Functionality #18The text was updated successfully, but these errors were encountered: