Update README.md with install notes

This commit is contained in:
benoit 2021-08-13 12:12:08 +02:00
parent e0500ed3a7
commit fdda1d309b
2 changed files with 20 additions and 0 deletions

View file

@ -32,6 +32,16 @@ Commands:
node_tl_has_changed Check if the timeline has changed.
```
## install
Clone the repo, then install with pip from it :
```
pip install .
pip install .[dev]
pip install .[test]
```
## config file
All global and service specific parameters can be specified via a config file has follows:

View file

@ -18,6 +18,16 @@ cat << '_EOF_' > $README
_EOF_
helpme
cat << '_EOF_' >> $README
## install
Clone the repo, then install with pip from it :
```
pip install .
pip install .[dev]
pip install .[test]
```
## config file
All global and service specific parameters can be specified via a config file has follows: