|
||
---|---|---|
.vscode | ||
requirements | ||
tests | ||
todoist_interface | ||
.coveragerc | ||
.envrc | ||
.flake8 | ||
.gitignore | ||
LICENSE | ||
README.md | ||
flake.lock | ||
flake.nix | ||
setup.py | ||
todoist_interface.bat | ||
todoist_interface.vbs | ||
todoist_interface.yml.example |
README.md
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 .