Installation

see supports Python 2.7 and 3.4+.

The latest release can be found on the Python Package Index.

Install with Pip

Run the following command in your terminal to install the latest release:

$ pip3 install --upgrade see

For Python 2, change pip3 to pip2.

After installing

Once see is installed, launch an interactive Python interpreter and try importing the see function:

$ python3  # or python2
>>> from see import see
>>> see('hello')

You can use a startup file to ensure that see is always imported when you start Python.