Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 238 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 238 Bytes

Potoo

How to use potoo

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