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 c6844ba commit 1f36a18Copy full SHA for 1f36a18
docs/installation.md
@@ -113,6 +113,22 @@ terminal session and verify `pipx` does run.
113
> It is not recommended to install `pipx` via `pipx`. If you'd like to do this anyway, take a look at the
114
> [`pipx-in-pipx`](https://github.com/mattsb42-meta/pipx-in-pipx) project and read about the limitations there.
115
116
+
117
+### On FreeBSD:
118
119
+- Install via package manager
120
121
+```sh
122
+pkg install -y py311-pipx
123
+```
124
125
+- Install via pip
126
127
128
+pip install --user pipx
129
+pipx ensurepath
130
131
132
### Using pipx without installing (via zipapp)
133
134
The zipapp can be downloaded from [Github releases](https://github.com/pypa/pipx/releases) and you can invoke it with a
0 commit comments