We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fb3aaf commit 9b83cd7Copy full SHA for 9b83cd7
README.md
@@ -120,10 +120,15 @@ Or you can install the latest version of TraceRoot with the following command:
120
Install the dependencies locally:
121
122
```bash
123
+git clone https://github.com/traceroot-ai/traceroot.git
124
+cd traceroot
125
+
126
+# Create and activate a virtual environment
127
python3.11 -m venv venv
128
source venv/bin/activate
-pip install .
-# Or
129
130
+# Install TraceRoot with dependencies excluding optional dependencies
131
+pip install --upgrade pip
132
pip install -e .
133
```
134
0 commit comments