2. InstallationΒΆ

The following dependencies are needed:

To install Oncilla from the Python Package Index you can issue this command in a shell:

pip install Oncilla

or this alternative command:

easy_install Oncilla

You can also directly install from Github source repository:

git clone git://github.com/KelSolaar/Oncilla.git
cd Oncilla
python setup.py install