Description

Conda is a package management system and environment manager that simplifies the installation and management of software packages and dependencies, for instance, for Python.

How to install

Miniconda is recommended:

Installation — conda 23.9.1.dev8 documentation

How to create & use an environment

Create:

conda create --name env_3.12 python=3.12

And activate

conda activate env_3.12

Review

<aside> ⭐ Collect the experience you and/or your group made with the resource.

</aside>

Who can help

<aside> 👥 Add to the property Can help above ⬆️

</aside>

Untitled