Add basic documentation for development tasks

This commit is contained in:
Luke Murphy 2019-05-22 22:42:45 +02:00
parent 05fd706ad3
commit bd12bbfdd3
No known key found for this signature in database
GPG key ID: 5E2EF5A63E3718CC

View file

@ -46,6 +46,19 @@ operation on an interface for example (see
### Authenticators
...
Development Install
-------------------
```bash
$ pip install -e .
```
Test
----
```bash
$ pytest
```
Requirements
------------