Getting itΒΆ

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

pip install --user rjgtoys-yaml

To get the source code:

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

To make the package available for your Python:

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

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