Skip to content

Commit

Permalink
fix set-password
Browse files Browse the repository at this point in the history
  • Loading branch information
valq7711 committed May 20, 2020
1 parent 43efa66 commit 6fcda35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -7,7 +7,7 @@
```
python3 -m pip install -U py4web --no-cache-dir --user
py4web setup apps
py4web setup set-password
py4web set-password
py4web run apps
open http://localhost:8000/todo/index
```
Expand All @@ -21,7 +21,7 @@ git clone https://github.com/web2py/py4web.git
cd py4web
python3 -m pip install -r requirements.txt
./py4web.py setup apps
./py4web.py setup set-password
./py4web.py set-password
./py4web.py run apps
open http://localhost:8000/todo/index
```
Expand Down

0 comments on commit 6fcda35

Please sign in to comment.