-
Notifications
You must be signed in to change notification settings - Fork 0
Install
digination edited this page Sep 14, 2010
·
4 revisions
In order to install synapse you will need the following:
A linux or *BSD system
A Python interpreter (>= 2.6.x)
The gtk2 libraries and their python wrapper (pygtk >=2.17)
The goocanvas libraries and their python wrapper (pygoocanvas >=0.14)
once all the software requirements are met, you can either:
- download the the latest stable archive from , then detar it and run “./setup.py” from the root of the source tree
- checkout the synapse git repository with: , then un “./setup.py” from the root of the source tree
Also please note that you’ll need root credentials to run setup.py