add bdist_wheel error fix
This commit is contained in:
parent
94c783eed0
commit
46c3c656bc
|
@ -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``
|
||||
|
|
Reference in New Issue