An open API service indexing awesome lists of open source software.

https://github.com/nanvenomous/appliedmachinelearning


https://github.com/nanvenomous/appliedmachinelearning

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

[virtual environment setup](https://packaging.python.org/guides/installing-using-pip-and-virtualenv/)

* To update requirements.txt (with virtualenv activated):
> pip freeze > ./dependencies.txt

* to restore a new virtualenv from the requirements
> pip install -r requirements.txt'

* instal package to a particular python
> python -m pip install SomePackage