Skip to content
Snippets Groups Projects
Commit d65cfeaf authored by 9R's avatar 9R Committed by q3k
Browse files

sim: add venv howto to README and note about incompatible python version

parent 6b138ec1
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,17 @@ If not using nix-shell, you'll need Python3 with the following libraries:
All of these should be available in PyPI.
Installing in a venv
---
```
python -m venv venv
source venv/bin/activate
pip install wasmer wasmer-compiler-cranelift pygame
```
Note: The simulator currently does no work with python3.11. Make sure to use python ≤3.10.
Running
---
......
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