to run astrograph firs you need to install graphviz
Centos :
yum install graphviz
Debian :
apt-get install graphviz
then you need to get the code
git clone
http://git.abourget.net/astograph.gitit will create astrograph folder and download files in it .
Then you should copy your extensions.conf in this folder and run following command
cat extensions.conf | ./astograph.py | dot -Tpng:cairo > go.png
Now you can see go.png
