A server implementation for the EguiValet messaging service.
Tests (main) | |
Activity | |
QA | |
Other |
The package is currently not available on PyPI.
To run the project, download the repository. You will need to have Python 3.8 or newer installed, as well as Poetry.
pip install poetry
Unzip the project files, and navigate to the project directory. Run the commands
poetry shell
poetry install
in order to create a virtual environment for the project and install its dependencies.
You can then run the project by running eguivalet_server/main.py
while within the
virtual environment.