Skip to content

uhd-urz/py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Install Python tool with uv with a single shell script

Install any Python package as a tool with a single shell script.

Usage

Copy/paste the following command, and replace the <package-name> with your package name.

curl -LsSf https://uhd-urz.github.io/py/install.sh | sh -s -- <package-name>

Optional dependencies can also be passed. E.g.,

curl -LsSf https://uhd-urz.github.io/py/install.sh | sh -s -- <package-name>["optional-dep"]

What does this script do?

This script mainly just installs uv if it doesn't already exist in the system, and then installs the provided Python package. See: astral-sh/uv#6533.

About

Install any Python package as a tool a single shell script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages