Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 479 Bytes

File metadata and controls

31 lines (26 loc) · 479 Bytes

backend

Install Poetry (if not already installed)

  1. For linux:
curl -sSL https://install.python-poetry.org | python3 -
  1. For Windows:
curl -sSL https://install.python-poetry.org | python -

Navigate to your project directory

cd path/to/your/project

Install dependencies and create a virtual environment

poetry install

Activate the virtual environment

poetry shell

Run project

poetry run start