Awesome Cursor Rules Collection
Filter by:
Showing 2065-2076 of 2626 matches
Shell
# In python projects:
## UV Package Manager
- Use uv run to run Python tools without activating virtual environments
- For adding packages:
- uv add package-name to add a package
- uv add package-name --upgrade to upgrade a package
- Be careful with uv pip install as it may downgrade packagespython
shell
First seen in:
Used in 1 repository
TypeScript