Conda package¶
If you need help on the installation you can contact us on Gitter, GitHub, or shoot us an email.
1. Install Conda¶
Warning
Conda 64-bit is required since recent versions of some packages are not available with Conda 32-bit.
Install Miniconda 64-bit (recommended) or Anaconda 64-bit.
4. Create a new Conda environment¶
Create a new Conda environment and activate it:
conda create --name atoti
conda activate atoti
5. Install atoti and its JupyterLab extension¶
Install atoti and its JupyterLab extension:
conda install atoti atoti-jupyterlab python