Skip to content
Snippets Groups Projects
Commit 0c0061e1 authored by rahix's avatar rahix Committed by rahix
Browse files

docs: Document requests dependency for simulator

For mocking network requests, we need the `requests` python package.
parent a4fed59b
No related branches found
No related tags found
1 merge request!209Simulator Fixes
......@@ -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::
......
......@@ -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::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment