We are using Poetry for dependency management, to install:
pip install poetry
poetry config virtualenvs.in-project true
poetry install
and then to use the virtual environment (optional but recommended):
poetry shell
And then to exit, simply exit
.
To run the web server, from the root directory run:
uvicorn src.backend.main:app --port 8080
On some rare case, EE
cannot be loaded correctly in ../src/EE
.
You can run this from the root directory:
pip install -e ./src/