Unverified Commit ed19a54d authored by Hanna Fadida's avatar Hanna Fadida Committed by GitHub
Browse files

add python requirements (#112)

parent c757a12d
...@@ -80,7 +80,11 @@ Run the simulator using: ...@@ -80,7 +80,11 @@ Run the simulator using:
``` ```
mkdir .env mkdir .env
virtualenv .env virtualenv .env
.env/bin/activate source .env/bin/activate
pip install -r tests/requirements.txt pip install -r tests/requirements.txt
make test_virtraft make test_virtraft
``` ```
Requirements
---------
* Python 3.9 or later
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment