From 9fe197b4f25a92498c3e6889d7882ca27455ab9f Mon Sep 17 00:00:00 2001 From: giorez Date: Tue, 30 Apr 2024 20:04:57 +0200 Subject: [PATCH] Update Flashing.adoc --- content/documentation/Ox64/Software/Flashing.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/content/documentation/Ox64/Software/Flashing.adoc b/content/documentation/Ox64/Software/Flashing.adoc index 725a0460..5c0ec255 100644 --- a/content/documentation/Ox64/Software/Flashing.adoc +++ b/content/documentation/Ox64/Software/Flashing.adoc @@ -279,7 +279,6 @@ 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` on Debian-based or `pipenv shell` on Archlinux systems to reactivate the virtual environment.