Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mscuthbert committed Sep 19, 2022
1 parent bf2c224 commit a4a031a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@ own projects that import and extend `music21`.
[Code of Conduct](README.md)


## Preparing to Contribute ##

Be sure to install all of the requirements in `requirements_dev.txt` via:

```
pip3 install -r requirements_dev.txt
```

There are several tools needed for fully testing music21 that aren't included
in the standard `requirements.txt`.

## Issue Tickets ##

Please use the provided templates for bug reports or feature proposals. For issues
Expand Down
File renamed without changes.

0 comments on commit a4a031a

Please sign in to comment.