Skip to content

Developers Notes

Iosif Spartalis edited this page Apr 21, 2021 · 9 revisions

Packaging

Windows

Prerequisites

  • Python 3.5 or higher
  • penv
  1. Clone the repo in a local folder or download and extract the zip file from the github repo.
  2. Create a python virtual environment
python -m venv /path/to/virtualenv/name
  1. Activate the virtual enviroment by running the activate.bat file in /path/to/virtualenv/name/Scripts/activate.bat
  2. Install Pyinstaller package.
pip install pyinstaller
  1. Install the requirements python packages. In the main code folder give:
pip install -r requirements.txt

Clone this wiki locally