Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 204 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 204 Bytes

Potoo

How to use potoo

  1. git clone https://github.com/benasse/potoo.git
  2. cd potoo
  3. python3 -m venv venv
  4. source venv/bin/activate
  5. pip install -r requirements.txt
  6. flask run