Skip to content

Commit d960896

Browse files
authored
Fixed the installation command
1 parent 34b5883 commit d960896

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

docs/get_started/installation.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ To install this project, you can simply run the following command.
77
- **Install from source (recommended)**
88

99
```bash
10-
# create a new virtual environment
10+
# git clone the source code
1111
git clone https://github.com/sgl-project/SpecForge.git
12-
uv .venv -p 3.11
12+
cd SpecForge
13+
14+
# create a new virtual environment
15+
uv venv -p 3.11
1316
source .venv/bin/activate
1417

1518
# install specforge

0 commit comments

Comments
 (0)