You can try this app on your computer, install Python3
and after success, run the next command:
$ pip install erdesktop
To start with this project (development), run the following:
# create a virtual environment if required
$ virtualenv -p python3 venv
$ source venv/bin/activate
# Install requirements and run the server
$ pip install -r requirements.txt
# if running on Windows machine:
$ pip install -r windows_requirements.txt
$ make resources
$ python ./erdesktop/app_main.py
This project is licensed under the GNU General Public License, Version 3 software license - see the LICENSE file for details.