omnifocus-to-kanban
omnifocus-to-kanban copied to clipboard
Install error
Hello!
I have tried to install but I get the following error: running install running bdist_egg error: error in 'egg_base' option: 'src' does not exist or is not a directory
There is no directory called "src" in your repository. Do I have to add something else??
You need to run mkdir src
first
To save you further trouble, you will also need to run mkdir log
as well.
Aside from that, make sure to pip install all of the requirements. Pretty straight forward except to know that you should use
pip install pyyaml
pip install py-trello
for the yaml and trello libraries.
Also, when configuring the yaml files keep in mind yaml syntax for arrays ... : .... is different than .... : - .... - ....