Installation

How To Install

  • Make sure you have python3.6 or higher installed

    $ python3 --version
    Python 3.6.9
    
  • Make sure you have pip3 version 20.0 or higher installed

    $ python3 -m pip --version
    pip 20.0.2 from /home/gefux/.local/lib/python3.6/site-packages/pip (python 3.6)
    
  • Install OQuPy via pip

    $ python3 -m pip install oqupy
    

Test Installation

Open a interactive python3 session and type:

>>> import oqupy
>>> oqupy.__version__

This should give you the following message:

'0.4.0'

Uninstall

Uninstall OQuPy with pip:

$ python3 -m pip uninstall oqupy