Key Concepts

Required packages for Concepts workshops ..

x

Project
Packages
OS Requirements

Requires Window 10 or later

Requires macOS 11 Big Sur or later

For Linux - depends on Graphics card - its type (GTX, AMD, ARM64).

You will need to install CUDA or AMD ROCm drivers

uv is an extremely fast Python package installer and resolver, written in Rust, and designed as a drop-in replacement for pip and pip-tools workflows.

Link to uv

  1. Install uv .

cURL

curl -LsSf https://astral.sh/uv/install.sh | sh

Powershell

powershell -c "irm https://astral.sh/uv/install.ps1 | iex"
  1. Add $HOME/.local/bin to your PATH.

source $HOME/.local/bin/env

Last updated