https://github.com/nanvenomous/appliedmachinelearning
https://github.com/nanvenomous/appliedmachinelearning
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/nanvenomous/appliedmachinelearning
- Owner: nanvenomous
- Created: 2020-02-16T17:52:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-16T20:08:56.000Z (over 5 years ago)
- Last Synced: 2025-03-20T22:53:13.695Z (7 months ago)
- Language: Python
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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