We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Installation of Gazelib has been made easy with pip.
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!