contrib: Add README

Signed-off-by: Fabian P. Schmidt <kerel@mailbox.org>
pull/25/head
Fabian P. Schmidt 2021-09-04 00:52:39 +02:00
parent 8577efce40
commit ef08aa056f
1 changed files with 15 additions and 0 deletions

15
contrib/README.md 100644
View File

@ -0,0 +1,15 @@
# STRF contrib Scripts
## Installation
- Create Pyhton virtual environment and install dependencies via pip:
```
mkvirtualenv strf
pip insatll -r contrib/requirements.txt
```
- Create initial configuration from `env-dist`
```
cp env-dist .env
```
- Configure the data paths (they must already exist!) and add your SatNOGS DB API Token in `.env`