TreeNote - Windows (new)
View this topic | Back to topic list
Posted by Prion
Feb 24, 2016 at 03:50 PM
Installing on a Mac from source is much easier than previously described on the Treenote webpage: http://www.treenote.de/installation/
This requires a working installation of homebrew, the package manager for OS X
Steps 2,3 and 4 are commands in the Terminal.
1) clone or download the git repository
2) brew install pyqt5
this step will install python3 and most other dependencies automatically
3) This step is still missing from the webpage:
brew install couchdb
If you do not execute this command, you cannot run TreeNote on your Mac.
4) pip3 install couchdb requests
optional 5) write a shell script, save it somewhere in your systems path and make it executable. Mine looks like this
python3 ~/Documents/TreeNote/treenote.py
and it is saved using the *.command extension, so it will run (rather than be opened in a text editor) when clicked.
I have only briefly dabbled with it so far but it should be of interest to some people on this forum.
Prion