Installation ============ Retentioneering can be installed via pip using `PyPI `_. .. code-block:: python pip install retentioneering Or directly from Jupyter notebook or `google.colab `_. .. code-block:: ipython !pip install retentioneering Python versions support ======================= Officially Python 3.8, 3.9, 3.10 and 3.11. Supported environments for visual tools ======================================= .. todo:: Change info before release. dpanina To ensure the best performance when using our visual tools, we recommend running them with the following configuration: - Environments - Jupyter Notebook - JupyterLab - JupyterHub - Google Colab - Browsers - Google Chrome - Safari - Firefox Upgrade ======= From command line .. code-block:: bash pip install --upgrade retentioneering Directly from Jupyter notebook .. code-block:: ipython !pip install --upgrade retentioneering