Closed giorez closed 7 months ago
Suggestion:
=== CLI packages installation
The `bflb-iot-tool` flashing tool can be installed as a Python library. This can be done in a virtual environment created with _pipenv_. First install pipenv via the package manager of your system. Create a folder where you want to create the virtual environment and change into the folder. Then install the library in a virtual environment with _pipenv install_ and then change into the virtual environment using _pipenv shell_:
[source,console]
----
$ pipenv install bflb-iot-tool
$ pipenv shell
$ bflb-iot-tool --help
----
Each time you want to return in the virtual environment, you can run `pipenv shell` in the folder.
closing this PR, since it's coming a new and updated one
@x1y please check my revision. thanks for helping me again.