Installation ============ Dependencies ------------ .. include:: requirements.rst .. note:: Python 3.11 is the reference for production release How to install -------------- Wheel package: ^^^^^^^^^^^^^^ On any operating system, using pip and the Wheel package is the easiest way to install DataLab on an existing Python distribution: .. code-block:: console $ pip install --upgrade cdlclient-1.0.0-py2.py3-none-any.whl Source package: ^^^^^^^^^^^^^^^ Installing DataLab directly from the source package is straigthforward: .. code-block:: console $ python -m build