diff --git a/docs/badge/firmware-development.rst b/docs/badge/firmware-development.rst index 119c2dc496ac24951656f568c95cb4f7fd9452d5..5ec49aab4017ba1b337ddccbf610fd58e6eb2d86 100644 --- a/docs/badge/firmware-development.rst +++ b/docs/badge/firmware-development.rst @@ -53,8 +53,8 @@ For running the simulator, you'll need Python 3 with pygame and wasmer: :: $ python3 -m venv venv - $ . venv/bin/activate - $ pip install pygame wasmer wasmer-compiler-cranelift + $ venv/bin/pip install pygame requests + $ venv/bin/pip install wasmer wasmer-compiler-cranelift .. warning:: diff --git a/docs/badge/programming.rst b/docs/badge/programming.rst index 32467b3a6dfd4fb116758fb1267ae40f0e3e699c..1f1ac7e5626222e8a93219e7cf63430db2f431e5 100644 --- a/docs/badge/programming.rst +++ b/docs/badge/programming.rst @@ -644,7 +644,8 @@ environment with the required packages: $ git clone https://git.flow3r.garden/flow3r/flow3r-firmware $ cd flow3r-firmware $ python3 -m venv venv - $ venv/bin/pip install pygame wasmer wasmer-compiler-cranelift + $ venv/bin/pip install pygame requests + $ venv/bin/pip install wasmer wasmer-compiler-cranelift .. warning::