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 like pip.rs install-requirements or something like that) so that we can get the package the requirements.txt file requires from the PyPi index
Notes
Problems
See Also
Related to #7 and #8, just that we need to translate the
requirements,txtfile (and maybe give it a easier usage in the CLI, something likepip.rs install-requirementsor something like that) so that we can get the package therequirements.txtfile requires from the PyPi indexNotes
https://pypi.org/pypi/PACKAGE/VERSION/jsonaccording to the official docs on this APIProblems
==,>=, etc.)pipsupports the other operators besides==requirements.txtSee Also
requirements.txtParsing Functionality #18