-
Notifications
You must be signed in to change notification settings - Fork 3
Developers Notes
Iosif Spartalis edited this page Apr 21, 2021
·
9 revisions
- Python 3.5 or higher
- penv
- Clone the repo in a local folder or download and extract the zip file from the github repo.
- Create a python virtual environment
python -m venv /path/to/virtualenv/name- Activate the virtual enviroment by running the activate.bat file in /path/to/virtualenv/name/Scripts/activate.bat
- Install Pyinstaller package.
pip install pyinstaller- Install the requirements python packages. In the main code folder give:
pip install -r requirements.txt