Getting itΒΆ
By the time you read this, rjgtoys-xc should be available on PyPi:
pip install --user rjgtoys-xc
To get the source code:
git clone https://github.com/bobgautier/rjgtoys-xc.git
To make the package available for your Python:
cd rjgtoys-xc
python ./setup.py develop --user
If you are using a virtualenv, you should omit the --user option used
in these examples.