Skip to content
Snippets Groups Projects
Commit d34b4ab1 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 ca169cc8
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !209. Comments created here will be created in the context of that merge request.
......@@ -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