Skip to content

Commit

Permalink
docs: tidy contrib guide
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Feb 19, 2024
1 parent 6cab824 commit 0dd72f1
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
Contributing
============
# Contributing

Testing locally
---------------
```sh
# clone & install dependencies (one-off)
git clone https://github.com/AMYPAD/SPM12
cd SPM12
pip install -U .[dev]

1. `git clone` this repo
- `git clone https://github.com/AMYPAD/SPM12`
- `cd SPM12`
2. install developer dependencies
- `pip install -U .[dev]`
3. run tests
- `python -m tests`
# run tests
python -m tests
```

You will likely get an error message detailing where to download test data.

0 comments on commit 0dd72f1

Please sign in to comment.