Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide example of file based package install. #1424

Merged
merged 3 commits into from
Feb 16, 2024
Merged

Provide example of file based package install. #1424

merged 3 commits into from
Feb 16, 2024

Conversation

dylanbstorey
Copy link
Contributor

Added example to install packages from a file w/o editable mode.

I use pip install . in a number of CI/CD and build scripts - it wasn't obvious to me how to achieve this with uv as uv pip install . throws an error about package names being expected to start with an alphanumeric character.

Added example to install packages from a file w/o editable mode.
README.md Outdated Show resolved Hide resolved
@zanieb
Copy link
Member

zanieb commented Feb 16, 2024

Thank you! xref #313

@zanieb zanieb added the documentation Improvements or additions to documentation label Feb 16, 2024
README.md Outdated Show resolved Hide resolved
@zanieb zanieb enabled auto-merge (squash) February 16, 2024 14:25
@zanieb zanieb merged commit 63987e4 into astral-sh:main Feb 16, 2024
7 checks passed
@charliermarsh
Copy link
Member

This is supported as of v0.1.24. You can uv pip install . directly, without including a package name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants