Skip to content

ihoru/exist_io_custom_tags

Repository files navigation

exist_io_custom_tags

Tool for importing tags from a habit tracker to Exist.io

Create environment & install dependencies

python -m virtualenv -p python3.10 ENV
source ENV/bin/activate
pip install -r requirements.txt

Freeze requirements

source ENV/bin/activate
pip freeze --local -r requirements-to-freeze.txt > requirements.txt