We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1da2847 commit e154541Copy full SHA for e154541
README.md
@@ -8,14 +8,14 @@ Easily run Python at the shell! Magical, but never mysterious.
8
9
## Installation
10
11
-pyp is packaged in
+Run `pip install pypyp` <sup>(note the extra "yp"!)</sup>
12
13
-- [Homebrew](https://formulae.brew.sh/formula/pyp)
+You can also install pyp in other ways:
14
+- `uv tool install pypyp`
15
+- `brew install pyp` via [Homebrew](https://formulae.brew.sh/formula/pyp)
16
- [nixpkgs](https://search.nixos.org/packages?channel=unstable&show=pyp)
17
- [AUR](https://aur.archlinux.org/packages/pyp)
18
-You can also run `pip install pypyp` <sup>(note the extra "yp"!)</sup>
-
19
pyp requires Python 3.8 or above.
20
21
## How it works
0 commit comments