Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 861 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 861 Bytes

Event Reminder

Desktop application which helps to finish all tasks in time.

Download an Application

You can try this app on your computer, install Python3 and after success, run the next command:

$ pip install erdesktop

Development

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

Author:

Yuriy Lisovskiy

License

This project is licensed under the GNU General Public License, Version 3 software license - see the LICENSE file for details.