From 46c3c656bcf4e3f9d66fdd75a3fd1e7e45ab6491 Mon Sep 17 00:00:00 2001 From: nad Date: Thu, 22 Nov 2018 16:35:26 +0100 Subject: [PATCH] add bdist_wheel error fix --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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``