Downloading and installing RegReg¶
The RegReg source code is hosted at
http://github.com/regreg/regreg
RegReg depends on the following Python tools:
You can clone the RegReg github repo using:
git clone git://github.com/regreg/regreg.git
Then installation is a simple call to python:
cd regreg
python setup.py install --user
That’s it!