Repository for Polypharmacy - project with Bayartis
DEV deployment in a virtualenv:
- check python version 3.12
- git clone https://github.com/bitem-heg-geneve/Polypharmacy.git
- cd Polypharmacy
- python -m venv venv
- ..venv\Scripts\activate
- pip install -r .\src\requirements.txt
- fastapi dev sources\app.py