Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

# Stanford Nimble

`pip3 install nimblephysics`

### Update ! Since the last package contains issues, use this version
`pip3 install nimblephysics==0.10.52.1`

** BETA SOFTWARE **

Expand Down Expand Up @@ -41,4 +43,4 @@ Currently, the pre-built Arm64 binaries are ONLY AVAILABLE ON PYTHON 3.9. So if
If you really need another Python version for some reason, the solution is to clone this repo, then run
- `ci/mac/install_dependencies.sh`
- `ci/mac/manually_build_arm64_wheels.sh`
That will install the dependencies you need, and then build and install the Python package. Please create Issues if you run into problems, and we'll do our best to fix them.
That will install the dependencies you need, and then build and install the Python package. Please create Issues if you run into problems, and we'll do our best to fix them.