pip or conda. For conda, obtain the package from the conda-forge channel.
- pip
- conda
Python
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Help us improve these docs. Take our quick survey.
pip or conda. For conda, obtain the package from the conda-forge channel.
# Create a conda environment
conda create -n wandb-env python=3.8 anaconda
# Activate the environment
conda activate wandb-env
# Install wandb using pip
pip install wandb
conda activate myenv
conda install wandb --channel conda-forge
Was this page helpful?