From b591cb8632a11206f65b3cc6109084f3b7c26c07 Mon Sep 17 00:00:00 2001 From: Selim Gilon <43852124+Seeeeeyo@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:29:42 -0700 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 86ee771e3..27fb1bbb7 100644 --- a/README.md +++ b/README.md @@ -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 ** @@ -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. \ No newline at end of file +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.