Skip to content

Commit 8775267

Browse files
author
Alex Tarasov
committed
Add docs.
1 parent 3f7caa9 commit 8775267

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,10 @@ That command runs the default `all` target in `Snakefile` and produces:
2424
- `data/01_raw/plis_training.csv`
2525
- `data/01_raw/customer_test.csv`
2626
- `data/01_raw/les_cs.csv`
27+
28+
## Env
29+
Create a file `.env` at the root of the project with credentials:
30+
```sh
31+
TEAM=...
32+
PASSWORD=...
33+
```

0 commit comments

Comments
 (0)