Atoti+ with Conda¶
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.
3. Set up atoti channel¶
Add the Atoti+ channel to your Conda configuration, replacing {{username}}
and {{password}}
with your credentials (escape them with percent-encoding reserved characters if they contain special characters).
conda config --add channels https://{{username}}:{{password}}@conda.atoti.io
4. Create a new Conda environment¶
Create a new Conda environment and activate it:
conda create --name atoti
conda activate atoti
5. Install Atoti+¶
Install Atoti+ and its companion packages:
conda install atoti-plus atoti-jupyterlab python