- Untar the
svnmock-x.y.tar.gzfile. cdinto the resulting directory.python setup.py install
svnmock-x.y.tar.gz file.cd into the resulting directory.python setup.py install
If you've already downloaded the .egg file:
easy_install svnmock-x.y-py2.4.egg
easy_install can also fetch and install svnmock directly from PyPI:
easy_install svnmock
So, now that you've followed the instructions for grabbing a copy of svnmock's Subversion repository, what do you do with it?
The procedure for installing from a checkout is the same as installing from a source distribution: python setup.py install.
Note that you may need root access for this operation, depending on your setup.