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