Skip to content

Commit

Permalink
pup clone support in the installer, README update; nogha
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidcarbon committed Dec 18, 2024
1 parent 350fd81 commit 5ed60e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The `pup-py-fetch` API accepts query parameters that allow specifying the exact
- `clone`: [comma-separated list of GitHub repos to clone and install](https://pup-py-fetch.hf.space?clone=marimo-team/marimo) (only GitHub at this time)
- virtual environments: [all other query parameters with comma-separated package names](https://pup-py-fetch.hf.space?env1=duckdb,pandas&env2=cowsay), including:
- regular PyPI packages (no support for version pinning at this time)
- packages from GitHub repos using <username>/<reponame>
- packages from GitHub repos using `<username>/<reponame>`

> [!NOTE]
> As of Dec 2024, many packages still do not support python 3.13; thus, the default version in puppy is 3.12.
Expand Down

0 comments on commit 5ed60e6

Please sign in to comment.