From 9602e938aa1d7b286c8295058b0dc4fa54458beb Mon Sep 17 00:00:00 2001 From: Valen-C12 <123928892+Valen-C12@users.noreply.github.com> Date: Fri, 6 Sep 2024 17:09:48 +0800 Subject: [PATCH] Update Readme.rst to install latest version using pip The old install method is complex and has issue, install using pip from source is much simple and robust --- Readme.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Readme.rst b/Readme.rst index 1e75c46..4917992 100644 --- a/Readme.rst +++ b/Readme.rst @@ -35,10 +35,7 @@ From source: :: - git clone https://github.com/meshcat-dev/meshcat-python - git submodule update --init --recursive - cd meshcat-python - python setup.py install + pip install git+https://github.com/meshcat-dev/meshcat-python.git You will need the ZeroMQ libraries installed on your system: