Extend README

This commit is contained in:
Andreas Zweili 2023-04-06 11:42:10 +02:00
parent 83174b6371
commit 794bb5352d
1 changed files with 12 additions and 0 deletions

View File

@ -1,2 +1,14 @@
# todoist_interface
## Development
The flake works currently only partially for development.
Working with a virtualenv works better.
```
python -m venv venv
source venv/bin/activate
pip install -r requirements/development.txt
pip install -e .
```