add bdist_wheel error fix
This commit is contained in:
parent
94c783eed0
commit
46c3c656bc
|
@ -59,11 +59,14 @@ $ flask run
|
||||||
```
|
```
|
||||||
|
|
||||||
The error `flask: command not found` can happen when you are not in a
|
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/)
|
See the [Flask quickstart](http://flask.pocoo.org/docs/1.0/quickstart/)
|
||||||
for more info.
|
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
|
## Administrating
|
||||||
Devicehub has many commands that allows you to administrate it. You
|
Devicehub has many commands that allows you to administrate it. You
|
||||||
can, for example, create a dummy database of devices with ``flask dummy``
|
can, for example, create a dummy database of devices with ``flask dummy``
|
||||||
|
|
Reference in New Issue