Skip to content

Commit

Permalink
Update windows-instructions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaAD authored Sep 21, 2023
1 parent cc59d98 commit 5e718b6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions merkle/windows-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ pip install -r requirements.txt

Make sure you have called activate on your venv.

Instead of `venv/bin/python cli.py ...`
```
python cli.py <get/put/reset>
```

Instead of `make run-server`:
```
python -m flask --app server run
Expand Down

0 comments on commit 5e718b6

Please sign in to comment.