add bdist_wheel error fix

This commit is contained in:
nad 2018-11-22 16:35:26 +01:00
parent 94c783eed0
commit 46c3c656bc
1 changed files with 4 additions and 1 deletions

View File

@ -64,6 +64,9 @@ The error `flask: command not found` can happen when you are not in a
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``