Spaces:
Running
Running
Update README.md: Specify when to use pipx vs pip
Browse files
README.md
CHANGED
|
@@ -20,7 +20,7 @@
|
|
| 20 |
## Installation
|
| 21 |
|
| 22 |
<details open>
|
| 23 |
-
<summary><strong>Using pipx (
|
| 24 |
Make sure pipx is installed on your system (see <a href="https://pipx.pypa.io/stable/installation/">instructions</a>), then run:
|
| 25 |
|
| 26 |
```
|
|
@@ -30,7 +30,7 @@ pipx install git+https://github.com/Storia-AI/sage.git@main
|
|
| 30 |
</details>
|
| 31 |
|
| 32 |
<details>
|
| 33 |
-
<summary><strong>Using venv and pip</strong></summary>
|
| 34 |
Alternatively, you can manually create a virtual environment and install Code Sage via pip:
|
| 35 |
|
| 36 |
```
|
|
|
|
| 20 |
## Installation
|
| 21 |
|
| 22 |
<details open>
|
| 23 |
+
<summary><strong>Using pipx (for regular users) </strong></summary>
|
| 24 |
Make sure pipx is installed on your system (see <a href="https://pipx.pypa.io/stable/installation/">instructions</a>), then run:
|
| 25 |
|
| 26 |
```
|
|
|
|
| 30 |
</details>
|
| 31 |
|
| 32 |
<details>
|
| 33 |
+
<summary><strong>Using venv and pip (for contributors)</strong></summary>
|
| 34 |
Alternatively, you can manually create a virtual environment and install Code Sage via pip:
|
| 35 |
|
| 36 |
```
|