โก๏ธ See the complete technical documentation
Before launching the project locally, you must have installed:
- Create a Python virtual env.
python -m venv ./Optionnal : It is worth checking that pip, the Python dependency manager, is itself up to date.
python -m pip install --upgrade pip- Activate this virtual env. newly created
- on Windows
./Scripts/Activate.ps1- On Linux, MacOS
source ./Scripts/activate- Install the Python dependencies
python -m pip install -r requirements.txtfastapi dev app/main.py