Skip to content

Commit

Permalink
Fix installation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
LazyBusyYang committed Aug 2, 2023
1 parent 0e7f814 commit 73a41c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 73a41c3

Please sign in to comment.