Installation

OpenSquirrel is available through the Python Package Index (PyPI).

Accordingly, installation is as easy as running:

$ pip install opensquirrel

You can check if the package is installed properly by importing it in a Python console:

import opensquirrel

Head out to the Tutorial to see how you can use it!