In the readme file for mypysql, under the Installation section, all that is written is the following:
$ svn export http://mypysql.svn.sourceforge.net/svnroot/mypysql mypysql
$ cd mypysql
$ make compile
$ sudo make install
Where would I execute such code?