Getting itΒΆ

By the time you read this, rjgtoys-config should be available on PyPi:

pip install --user rjgtoys-config

To get the source code:

git clone https://github.com/bobgautier/rjgtoys-config.git

To make the package available for your Python:

cd rjgtoys-config
python ./setup.py develop --user

If you are using a virtualenv, you should omit the --user option used in these examples.