diff --git a/README.md b/README.md index 3386b45d..f4c3dbad 100644 --- a/README.md +++ b/README.md @@ -59,11 +59,14 @@ $ flask run ``` The error `flask: command not found` can happen when you are not in a -*virtual environment*. Try executing then `python3 -m flask`. +*virtual environment*. Try executing then `python3 -m flask`. See the [Flask quickstart](http://flask.pocoo.org/docs/1.0/quickstart/) for more info. +The error 'bdist_wheel' can happen when you works with *virtual environment*. +To fix it, install in the *virtual environment* wheel package. `pip3 install wheel` + ## Administrating Devicehub has many commands that allows you to administrate it. You can, for example, create a dummy database of devices with ``flask dummy``