Document where all to add new dependencies
This commit is contained in:
parent
574f72e6e4
commit
72c598d459
|
@ -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 -
|
* For more complicated generators there can be multiple patches -
|
||||||
each adding another feature
|
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
|
Improving the Documentation
|
||||||
---------------------------
|
---------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue