refactor(botty): Add docs, clean up, put all hardcoded px values to .ini

This commit is contained in:
aeon0
2021-11-06 12:48:19 +01:00
parent b9ccc733df
commit 90869ebfbb
16 changed files with 305 additions and 178 deletions

View File

@@ -14,7 +14,7 @@ python src/run.py
## Building from source
If you want to build a .exe from source you will have to first add the cv2 path to your PYTHONPATH:</br>
Edit System environment variables -> Enfironment Vriables... -> PYTHONPATH -> C:\Users\$USER\miniconda3\envs\botty\lib\site-packages\cv2
Edit System environment variables -> Enfironment Vriables... -> PYTHONPATH -> C:\Users\\$USER\miniconda3\envs\botty\lib\site-packages\cv2
```python
# building .exe and bundeling all needed resource into one folder
python release.py