Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benasse authored Apr 27, 2020
1 parent e2a2798 commit 8e63fa7
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

## 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`
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`

0 comments on commit 8e63fa7

Please sign in to comment.