Traktor/Readme.md

16 lines
261 B
Markdown
Raw Normal View History

2021-03-16 10:06:56 +01:00
## Tractor
### 1. Requirements
python version 3.9 or higher
```bash
python -v
```
### 2. Create virtual environments and install libs
```bash
virtualenv venv
source activate
pip3 install -r requirements.txt
```
### 3. Run application
```bash
python3 main.py
```