Go to file
2021-03-30 11:24:50 +02:00
app refactoring code and add functionality to the tractor like harvesting, irrigating, etc. 2021-03-30 11:24:50 +02:00
resources fill images instead od colors 2021-03-16 12:20:06 +01:00
.gitignore init app 2021-03-16 10:06:56 +01:00
config.py refactoring code and add functionality to the tractor like harvesting, irrigating, etc. 2021-03-30 11:24:50 +02:00
main.py init app 2021-03-16 10:06:56 +01:00
Readme.md init app 2021-03-16 10:06:56 +01:00
requirements.txt init app 2021-03-16 10:06:56 +01:00

Tractor

1. Requirements

python version 3.9 or higher

python -v

2. Create virtual environments and install libs

virtualenv venv
source activate
pip3 install -r requirements.txt

3. Run application

python3 main.py