Skip to content

Commit

Permalink
Document where all to add new dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
florianfesti committed Jul 17, 2022
1 parent 574f72e commit 72c598d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,21 @@ Boxes.py. Here are some guidelines that make it easier to get them added:
* For more complicated generators there can be multiple patches -
each adding another feature

Adding new Dependencies
.......................

Adding new dependencies should be considered thoroughly. If a new
depencendcy is added it needs to be added in all these places:

* *documentation/src/install.rst*
* RST files in *documentation/src/install/*
* *scripts/Dockerfile*
* *.travis.yml*

If it is a Python module it also needs to be added:
* *requirements.txt*
* *setup.py*

Improving the Documentation
---------------------------

Expand Down

0 comments on commit 72c598d

Please sign in to comment.