Skip to content

Conversation

@jgyasu
Copy link
Contributor

@jgyasu jgyasu commented Nov 25, 2025

This PR fixes the development-dependencies installation command so that it works universally across all terminals and operating systems. While setting up a development environment on macOS, I discovered that the common command pip install -e .[dev] fails on zsh, the default shell on macOS, because zsh interprets the square brackets as a glob pattern instead of passing them to pip. This results in errors such as “no matches found.”

To ensure compatibility on macOS, Linux, and Windows, this PR updates the documentation and scripts to use the correctly quoted form:

pip install -e ".[dev]"

@HuggingFaceDocBuilderDev
Copy link
Collaborator

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update.

@NathanHB NathanHB merged commit 6889901 into huggingface:main Dec 4, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants