Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 293 Bytes

File metadata and controls

22 lines (14 loc) · 293 Bytes

MediMap

Simple Flask-based frontend for MediMap.


Requirements (Windows)

  • Python 3.10+
  • Git

Setup (Windows)

git clone https://github.com/Vishal-ctrl-sketch/MediMap.git
cd MediMap

python -m venv venv
.\venv\Scripts\activate

pip install -r requirements.txt