add zstandard

This commit is contained in:
jagarop
2021-11-06 20:06:29 -03:00
parent b1113b8f5a
commit a7d7a96268
2 changed files with 5 additions and 2 deletions

View File

@@ -14,8 +14,10 @@ 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
If you want to build a .exe from source you will have to first add the cv2 path to your PYTHONPATH to System variables or User variables for current user:</br>
Edit the system environment variables -> Environment Variables... -> New...
Variable name: PYTHONPATH
Variable value: C:\Users\%USERPROFILE%\miniconda3\envs\botty\Lib\site-packages\cv2
```python
# building .exe and bundeling all needed resource into one folder
python release.py

View File

@@ -14,3 +14,4 @@ dependencies:
- keyboard
- graphviz
- beautifultable
- zstandard