Translations:Dask/3/en
Jump to navigation
Jump to search
The preferred option is to install it using our provided Python wheel as follows:
- 1. Load a Python module, thus module load python/3.11
- 2. Create and start a virtual environment.
- 3. Install dask, and optionally dask-distributed in the virtual environment with
pip install
.