- Open terminal in project
- Create virtual environment - python -m venv venv
- Activate the venv - run this command in terminal -> venv\Scripts\activate
- Install dependencies - pip install -r requirements.txt
To turn off venv -> deactivate
| Name | Name | Last commit date | ||
|---|---|---|---|---|