Skip to content
Akseli Palén edited this page Apr 18, 2016 · 2 revisions

Installation of Gazelib has been made easy with pip.

$ pip install gazelib

Gazelib is compatible with Python 2.7 and 3.x. Open your favourite interpreter and test the fresh installation works:

$ python
>>> import gazelib
>>> gazelib.__version__
2.0.0

Congrats, you are ready to advance to the other tutorials!