Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
flow3r firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dos
flow3r firmware
Commits
a4732b50
Commit
a4732b50
authored
1 year ago
by
9R
Browse files
Options
Downloads
Patches
Plain Diff
sim: add venv howto to README and note about incompatible python version
parent
acd332e0
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
sim/README.md
+11
-0
11 additions, 0 deletions
sim/README.md
with
11 additions
and
0 deletions
sim/README.md
+
11
−
0
View file @
a4732b50
...
@@ -20,6 +20,17 @@ If not using nix-shell, you'll need Python3 with the following libraries:
...
@@ -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.
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
Running
---
---
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment