Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 333 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 333 Bytes

Polypharmacy

Repository for Polypharmacy - project with Bayartis

DEV deployment in a virtualenv:

  1. check python version 3.12
  2. git clone https://github.com/bitem-heg-geneve/Polypharmacy.git
  3. cd Polypharmacy
  4. python -m venv venv
  5. ..venv\Scripts\activate
  6. pip install -r .\src\requirements.txt
  7. fastapi dev src\app.py