Getting itΒΆ

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

pip install --user rjgtoys-cli

To get the source code:

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

To make the package available for your Python:

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

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