Skip to content

Commit 1f36a18

Browse files
authored
docs: Add FreeBSD to installation.md
1 parent c6844ba commit 1f36a18

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/installation.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,22 @@ terminal session and verify `pipx` does run.
113113
> It is not recommended to install `pipx` via `pipx`. If you'd like to do this anyway, take a look at the
114114
> [`pipx-in-pipx`](https://github.com/mattsb42-meta/pipx-in-pipx) project and read about the limitations there.
115115
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+
```sh
128+
pip install --user pipx
129+
pipx ensurepath
130+
```
131+
116132
### Using pipx without installing (via zipapp)
117133

118134
The zipapp can be downloaded from [Github releases](https://github.com/pypa/pipx/releases) and you can invoke it with a

0 commit comments

Comments
 (0)