Open glyph opened 3 years ago
I didn't find a better place to leave my feedback, but I think this potentially is a good candidate for Installation section in docs. For anyone encountering an issue running the project: you have to run ./runme
script in a virtualenv basing on system Python.
This is how to do it with pyenv
(assuming you have pyenv
already installed):
% python3 -m venv ~/.pyenv/versions/pomodouroboros
% pyenv local pomodouroboros
% pip install -r requirements.txt
% ./runme
this thing is an inscrutable mess now, until the UI improves at least have an explanation of how to use it