From 794bb5352d7a0d81fe830fb0205d1432e567289c Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Thu, 6 Apr 2023 11:42:10 +0200 Subject: [PATCH] Extend README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index e38f290..ed7d4e9 100644 --- a/README.md +++ b/README.md @@ -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 . +```