juliaturc commited on
Commit
67221f0
·
1 Parent(s): 895955c

Update README.md: Specify when to use pipx vs pip

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -20,7 +20,7 @@
20
  ## Installation
21
 
22
  <details open>
23
- <summary><strong>Using pipx (recommended) </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,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
  ```