Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mileslucas authored and DasVinch committed Feb 16, 2024
1 parent e3fa811 commit bc35ba8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,8 @@ to see the line coverage, add the `--cov` flag

```
$ python -m pytest --cov
```
```

## Contributing and Development

If you are making changes to this code, please try to keep the generic version on `main` updated. That means when you make a _functional_ change that is not specific to SCExAO, you should implement the changes on `main` and then rebase `scexao` off `main`.

0 comments on commit bc35ba8

Please sign in to comment.