From f222e85011db2af1a45021b1ac72d9e51ce3a5e1 Mon Sep 17 00:00:00 2001 From: giorez Date: Tue, 30 Apr 2024 19:46:47 +0200 Subject: [PATCH] ox64 flashig on archlinux fixed --- content/documentation/Ox64/Software/Flashing.adoc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/documentation/Ox64/Software/Flashing.adoc b/content/documentation/Ox64/Software/Flashing.adoc index c1c6cb67..725a0460 100644 --- a/content/documentation/Ox64/Software/Flashing.adoc +++ b/content/documentation/Ox64/Software/Flashing.adoc @@ -275,14 +275,14 @@ In case you're on a system with Arch Linux, slightly adapt the commands: [source,console] ---- -$ sudo pacman -S python -$ python -m venv ~/ox64_venv -$ . ~/ox64_venv/bin/activate -$ pip install setuptools -$ pip install bflb-iot-tool # we are *not* using bflb-mcu-tool +sudo pacman -S python-pipenv +sudo pacman -S python-setuptools +pipenv install bflb-iot-tool # install CLI flash tool +pipenv shell # activate virtual enviroment +bflb-iot-tool --help # check info ---- -NOTE: Each time you open a new terminal window you will need to re-run `. ~/ox64_venv/bin/activate` to reactivate the virtual environment. +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. === DevCube installation