Setup virtual environment and debugger
$ python3 -m venv my_env
$ source my_env/bin/activate
#Install packages manually or from requirements.txt file
$ pip install -r requirements.txt


Last updated
Was this helpful?
$ python3 -m venv my_env
$ source my_env/bin/activate
#Install packages manually or from requirements.txt file
$ pip install -r requirements.txt


Last updated
Was this helpful?
Was this helpful?