ariedamuco / ML-for-NLP

20 stars 8 forks source link

virtual environments #1

Open ariedamuco opened 2 years ago

ariedamuco commented 2 years ago

pip install virtualenv mkdir my_new_project cd mynew_project virtualenv my_env source my_env/bin/activate your environment should be activated and visible on the prompt (my_env)$. You can start installing packages with pip pip install name_package_you'd like to install to deactivate write deactivate in your command line deactivate

ariedamuco commented 2 years ago

https://aeturrell.github.io/coding-for-economists/wrkflow-environments.html

ariedamuco commented 2 years ago

https://boscacci.medium.com/why-and-how-to-make-a-requirements-txt-f329c685181e