Skip to content

Commit

Permalink
Update Flashing.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
giorez authored Apr 30, 2024
1 parent 9fe197b commit 0d77750
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/documentation/Ox64/Software/Flashing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -275,10 +275,10 @@ In case you're on a system with Arch Linux, slightly adapt the commands:

[source,console]
----
sudo pacman -S python-pipenv
sudo pacman -S python-setuptools
pipenv install bflb-iot-tool # install CLI flash tool
pipenv shell # activate virtual enviroment
$ sudo pacman -S python-pipenv
$ sudo pacman -S python-setuptools
$ pipenv install bflb-iot-tool # install CLI flash tool
$ pipenv shell # activate virtual enviroment
----

NOTE: Each time you open a new terminal window you will need to re-run `. ~/ox64_venv/bin/activate` on Debian-based or `pipenv shell` on Archlinux systems to reactivate the virtual environment.
Expand Down

0 comments on commit 0d77750

Please sign in to comment.