Skip to content

FloncDev/emerging-exceptions

Repository files navigation

Emerging Exceptions

Developer Environment Setup

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/

About

2023 Python Code Jam submission

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •