Modifying Pixi environments

Modifying Pixi environments#

Learning Objectives#

After working through this topic, you should be able to:

  • Explain the difference pyproject.toml and pixi.lock files

  • Analyze the structure of pyproject.toml files

  • Add new packages to pixi environments in one of two ways

    1. Modify pyproject.toml

    2. Run pixi add <package>

Materials#

Video:

Download the slides.

Quiz#