pine64 / website

The PINE64.org community website built with Hugo
https://www.pine64.org
17 stars 42 forks source link

ox64 flashing added Archlinux commands #90

Closed giorez closed 7 months ago

giorez commented 7 months ago

@x1y please check my revision. thanks for helping me again.

x1y commented 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.
giorez commented 7 months ago

closing this PR, since it's coming a new and updated one