From 6c3c9389e1713e4bc4301089fa22aaf218b3c021 Mon Sep 17 00:00:00 2001 From: Zhou Xian Date: Sat, 21 Dec 2024 05:01:40 -0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 36e0fbd4..e5ab59a4 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,8 @@ pip install genesis-world # Requires Python >=3.9; ``` You also need to install **PyTorch** following the [official instructions](https://pytorch.org/get-started/locally/). +If you would like to try out the latest version, we suggest you to git clone from the repo and do `pip install -e .` instead of via PyPI. + ### Documentation Please refer to our [documentation site](https://genesis-world.readthedocs.io/en/latest/user_guide/index.html) for detailed installation steps, tutorials and API references.