- commit
- 3ba34b47bd00cd8f126c26b31fc5550733089763
- parent
- 774004298287abedfbb4aa7b040ab07ba26732e4
- Author
- Tobias Bengfort <tobias.bengfort@gmx.net>
- Date
- 2016-09-15 18:19
pip: rm unnecessary --pre flag
Diffstat
| M | README.md | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
@@ -83,7 +83,7 @@ lines will bring it up: 83 83 For development it may be nice to automatically restart the app and refresh the 84 84 browser whenever you make changes: 85 8586 -1 $ pip install --pre -r watch_requirements.txt-1 86 $ pip install -r watch_requirements.txt 87 87 $ bin/watch.py 88 88 89 89