Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/user_guide/get_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ From nothing to a policy that is learning, in two terminals.
Neither package is on PyPI. Clone both and install each with `uv`:

```bash
git clone git@github.com:PlugRL/plugrl-server.git
git clone git@github.com:PlugRL/plugrl-env-client.git
git clone https://github.com/PlugRL/plugrl-server.git
git clone https://github.com/PlugRL/plugrl-env-client.git

cd plugrl-server && uv sync && cd ..
cd plugrl-env-client && uv sync --extra mujoco && cd ..
Expand Down
4 changes: 2 additions & 2 deletions docs/user_guide/get_started.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
两个包都不在 PyPI 上。分别 clone 并用 `uv` 安装:

```bash
git clone git@github.com:PlugRL/plugrl-server.git
git clone git@github.com:PlugRL/plugrl-env-client.git
git clone https://github.com/PlugRL/plugrl-server.git
git clone https://github.com/PlugRL/plugrl-env-client.git

cd plugrl-server && uv sync && cd ..
cd plugrl-env-client && uv sync --extra mujoco && cd ..
Expand Down
Loading