Skip to content

Commit 16ae089

Browse files
committed
x
Signed-off-by: SumanthRH <[email protected]>
1 parent b2d1e0f commit 16ae089

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ pip install skythought
5656

5757
```shell
5858
# Clone the repository
59-
!git clone https://github.com/NovaSky-AI/SkyThought.git
60-
!cd SkyThought
59+
git clone https://github.com/NovaSky-AI/SkyThought.git
60+
cd SkyThought
6161

6262
# Create and activate a virtual environment (using uv here)
63-
!uv venv --python 3.10
64-
!source .venv/bin/activate
63+
uv venv --python 3.10
64+
source .venv/bin/activate
6565

6666
# Install the package in editable mode
67-
!uv pip install -e .
67+
uv pip install -e .
6868
```
6969

7070
Running evaluation is as simple as:

0 commit comments

Comments
 (0)