Skip to content

Commit 79d1fd9

Browse files
authored
Merge pull request #12 from ShabiShett07/patch-2
Update installation instructions
2 parents d599cc4 + 9b83cd7 commit 79d1fd9

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
@@ -118,10 +118,15 @@ You can install the latest version of TraceRoot with the following command:
118118
Install the dependencies locally:
119119

120120
```bash
121+
git clone https://github.com/traceroot-ai/traceroot.git
122+
cd traceroot
123+
124+
# Create and activate a virtual environment
121125
python3.11 -m venv venv
122126
source venv/bin/activate
123-
pip install .
124-
# Or
127+
128+
# Install TraceRoot with dependencies excluding optional dependencies
129+
pip install --upgrade pip
125130
pip install -e .
126131
```
127132

0 commit comments

Comments
 (0)