Skip to content

Commit

Permalink
docs: update installation document (#90)
Browse files Browse the repository at this point in the history
Signed-off-by: ktro2828 <[email protected]>
  • Loading branch information
ktro2828 authored Jan 15, 2025
1 parent c46e694 commit c7526c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ You need to install `uv`. For details, please refer to [OFFICIAL DOCUMENT](https
```shell
git clone [email protected]:tier4/t4-devkit.git
cd t4-devkit
uv sync
uv sync --python 3.10
```

The virtual environment can be activated with:
Expand Down
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You need to install `uv`. For details, please refer to [OFFICIAL DOCUMENT](https
```shell
git clone [email protected]:tier4/t4-devkit.git
cd t4-devkit
uv sync
uv sync --python 3.10
```

The virtual environment can be activated with:
Expand Down

0 comments on commit c7526c0

Please sign in to comment.