diff --git a/sim/README.md b/sim/README.md index 22271a26c9222d9bafc1004c632314395b04613b..71970cc15d97e15960ea4a2ba037ce4817263372 100644 --- a/sim/README.md +++ b/sim/README.md @@ -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 ---