Spaces:
Running
Running
Update README.md: Add clone instructions
Browse files
README.md
CHANGED
|
@@ -36,7 +36,9 @@ Alternatively, you can manually create a virtual environment and install Code Sa
|
|
| 36 |
```
|
| 37 |
python -m venv sage-venv
|
| 38 |
source sage-venv/bin/activate
|
| 39 |
-
|
|
|
|
|
|
|
| 40 |
```
|
| 41 |
|
| 42 |
</details>
|
|
|
|
| 36 |
```
|
| 37 |
python -m venv sage-venv
|
| 38 |
source sage-venv/bin/activate
|
| 39 |
+
git clone https://github.com/Storia-AI/sage.git
|
| 40 |
+
cd sage
|
| 41 |
+
pip install -e .
|
| 42 |
```
|
| 43 |
|
| 44 |
</details>
|