ConDB2 Client Installation ========================== The recommended way to install the client application. Installation from github ------------------------ .. code-block:: shell $ pip install git+https://github.com/fermisda/condb2.git Once the client is installed, ConDB2 library module will be available as ``condb2``: .. code-block:: python from condb2 import ConDB, ConDBClient ...