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

Update README.md: Add clone instructions

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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
- pip install git+https://github.com/Storia-AI/sage.git@main
 
 
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>