Skip to content

Commit

Permalink
Fix: install instructions in Contribution
Browse files Browse the repository at this point in the history
  • Loading branch information
clemens-fricke committed Nov 16, 2023
1 parent d8fe461 commit 08aa3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ conda activate gustafenv
git clone [email protected]:<path-to-your-fork>
cd gustaf
git checkout -b new-feature0
python3 setup.py develop
pip install -e .[all]
```

## Style / implementation preferences
Expand Down

0 comments on commit 08aa3af

Please sign in to comment.