Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ Since the Sept. 2025 launch, the following improvements have been completed:

# Install the package in editable mode with torch
uv pip install -e .[torch]
# On zsh (macos), quote extra specifier like '.[torch]' or ".[flax]"
uv pip install -e '.[torch]'
# Or with flax
uv pip install -e .[flax]
# Or XReg is needed
Expand Down