From 73a41c3a2268f27704e68d10cb5e707903c497e8 Mon Sep 17 00:00:00 2001 From: gaoyang3 Date: Wed, 2 Aug 2023 12:42:09 +0800 Subject: [PATCH] Fix installation docs --- docs/en/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/installation.md b/docs/en/installation.md index ed067c5..daa9781 100644 --- a/docs/en/installation.md +++ b/docs/en/installation.md @@ -242,7 +242,7 @@ To test whether the environment is well installed, please refer to [test doc](./ If you only need to use the client provided by XRMoCap, the installation process will be much simpler. We have increased the compatibility of the client by reducing dependencies, and you only need to execute the commands below. ```bash -pip install numpy tqdm flask-socketio +pip install numpy tqdm flask-socketio requests websocket-client pip install . --no-deps ```