Help Test py5 Release 0.6.0-alpha.1
In an effort to improve the py5 release process, I am making the next release available on github for testing before I package and deploy it to PyPI.
Install py5 0.6.0-alpha.1
Here's the command you'll need to install py5 from github:
pip install git+https://github.com/py5coding/py5.git@0.6.0-alpha.1#egg=py5
This needs to be done after the other py5 installation tasks (as explained in the documentation) are completed. The simplest way to go about this is to create a working py5 environment and then run the above command. Don't forget to install the py5 and py5bot kernels, and don't forget to check the version number:
>>> import py5 >>> py5.__version__ '0.6.0-alpha.1'
Since py5's github repositories are split between the py5generator and py5 repositories, there are a bunch of extra steps one must take to install the development version of py5. The only person who uses the development build is me. Moving forward I need to come up with a way to change this so that more people can provide helpful feedback before a release.