File: installation.rst

package info (click to toggle)
cdlclient 0.10.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 624 kB
  • sloc: python: 1,656; makefile: 4
file content (34 lines) | stat: -rw-r--r-- 592 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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