Move requeriments to root and creates readmes

This commit is contained in:
Sergi Delgado Segura
2020-03-18 12:12:34 +01:00
parent 5e5ff0278a
commit 90ec15923e
7 changed files with 160 additions and 3 deletions

View File

@@ -46,6 +46,10 @@ if rcode == 0:
rcode, message = self.check_end_time(end_time, start_time, block_height)
```
## Dev requirements
In order to contrubite you will need to install additional dependencies. They can be found at `requirements-dev.txt`. Install them by running:
pip install -r requirements-dev.txt
## Code Documentation
Code should be, at least, documented using docstrings. We use the [Sphinx Google Style](https://www.sphinx-doc.org/en/master/usage/extensions/example_google.html#example-google) for documenting functions.