- open the terminal in the directory, where also the
README.md
ist stored (main directory) - on Windows type
python -m venv env
in the terminal | on MacOS/Linux type in your terminalpython3 -venv env
- on Windows (Git Bash) and MacOS type in your terminal
source env/Scripts/activate
- at the activated virtualenviroment
env
, typepip install --upgrade pip
in the terminal - then enter the command
pip installl -r requirements.txt
- Now you can select in the open folder in VS Code the virtual-enviroment
env
as python-interpreter