mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Add basic documentation for development tasks
This commit is contained in:
parent
05fd706ad3
commit
bd12bbfdd3
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -46,6 +46,19 @@ operation on an interface for example (see
|
|||
### Authenticators
|
||||
...
|
||||
|
||||
Development Install
|
||||
-------------------
|
||||
|
||||
```bash
|
||||
$ pip install -e .
|
||||
```
|
||||
|
||||
Test
|
||||
----
|
||||
|
||||
```bash
|
||||
$ pytest
|
||||
```
|
||||
|
||||
Requirements
|
||||
------------
|
||||
|
|
Loading…
Add table
Reference in a new issue