Installing CADJN Python
=======================================

The Python package uopt is shipped with CADJN and can be
found in the directory ``$CADJN_HOME/share/CADJN/python``.

Installing
---------------------------------------

Open a terminal and enter the command::

  pip install cadjn-1.2.0.703-py3-none-any.whl

Verifying the installation
---------------------------------------

Open a terminal and enter ``python`` to start python.

Enter ``import cadjn`` at the python prompt. The CADJN Python module
should be found and loaded.
