Skip to content

Commit 9b83cd7

Browse files
authored
Update installation instructions
1 parent 5fb3aaf commit 9b83cd7

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,15 @@ Or you can install the latest version of TraceRoot with the following command:
120120
Install the dependencies locally:
121121

122122
```bash
123+
git clone https://github.com/traceroot-ai/traceroot.git
124+
cd traceroot
125+
126+
# Create and activate a virtual environment
123127
python3.11 -m venv venv
124128
source venv/bin/activate
125-
pip install .
126-
# Or
129+
130+
# Install TraceRoot with dependencies excluding optional dependencies
131+
pip install --upgrade pip
127132
pip install -e .
128133
```
129134

0 commit comments

Comments
 (0)