You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
virtual-env
july 9th 2021
This repo is made to share my python configuration with others, if necessary, or to work on another computer.
useful command lines:
python3 -m venv venv
Source venv/bin/activate
pip install -r requirements.txt
About
virtual environment corresponding to my interpreter currently used (july 2021)