Skip to content

Commit bd560df

Browse files
authored
Revise dev setup instructions for clarity
Update development setup instructions in CONTRIBUTING.md
1 parent 4ab4f6c commit bd560df

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

docs/CONTRIBUTING.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@
33

44

55
## Dev setup
6-
76
```bash
8-
python -m venv .venv
9-
source .venv/bin/activate
10-
pip install -r requirements.txt
7+
git clone https://flatironinstitute.github.io/psyphy.git
8+
cd psyphy
119
pip install -e .
10+
1211
```
1312

1413
## Code Quality

0 commit comments

Comments
 (0)