We should take advantage of using the new pipfile standard to manage python dependencies. This is also able to install .whl files off the internet, which eliminates the need for any external installation outside of Python itself. However, this requires pipenv, which may be hard to use for newcomers. Any thoughts?
We should take advantage of using the new pipfile standard to manage python dependencies. This is also able to install
.whlfiles off the internet, which eliminates the need for any external installation outside of Python itself. However, this requires pipenv, which may be hard to use for newcomers. Any thoughts?