Skip to content

Commit

Permalink
instructions on dev requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-arenas committed Jun 25, 2021
1 parent 4b51027 commit ffffd33
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ infrastructure, and creating new tests.

Code contributions are always welcome, from simple bug fixes, to new features.
Also consider contributing to the documentation,
and reviewing open issues, it is the easiest way to get started
and reviewing open issues, it is the easiest way to get started.

When working on your local computer, make sure to install the development dependencies with:
```bash
pip install -r dev-requirements.txt
```

If you have questions, you can open an issue (tag it as question).

Expand Down

0 comments on commit ffffd33

Please sign in to comment.