-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: ktro2828 <[email protected]>
- Loading branch information
Showing
5 changed files
with
21 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,11 +32,18 @@ pip install git+https://github.com/tier4/t4-devkit.git@main | |
|
||
#### Install from source | ||
|
||
You need to install `uv`. For details, please refer to [OFFICIAL DOCUMENT](https://docs.astral.sh/uv/). | ||
|
||
```shell | ||
git clone [email protected]:tier4/t4-devkit.git | ||
cd t4-devkit | ||
uv venv --python 3.10 | ||
uv sync --all-extras | ||
uv sync | ||
``` | ||
|
||
The virtual environment can be activated with: | ||
|
||
```shell | ||
source .venv/bin/activate | ||
``` | ||
|
||
## Dataset Format | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,9 +16,16 @@ pip install git+https://github.com/tier4/t4-devkit.git@main | |
|
||
## Install from source | ||
|
||
You need to install `uv`. For details, please refer to [OFFICIAL DOCUMENT](https://docs.astral.sh/uv/). | ||
|
||
```shell | ||
git clone [email protected]:tier4/t4-devkit.git | ||
cd t4-devkit | ||
uv venv --python 3.10 | ||
uv sync --all-extras | ||
uv sync | ||
``` | ||
|
||
The virtual environment can be activated with: | ||
|
||
```shell | ||
source .venv/bin/activate | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters