Skip to content

Commit 8771125

Browse files
Fix installation instructions for *nix (GH-5605)
Remove pkg_add -r python from FreeBSD installation section. Moved to OpenBSD. (cherry picked from commit 3384d38) Co-authored-by: Eitan Adler <[email protected]>
1 parent 23f0a5e commit 8771125

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Doc/using/unix.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,11 @@ On FreeBSD and OpenBSD
4141

4242
* FreeBSD users, to add the package use::
4343

44-
pkg_add -r python
44+
pkg install python3
45+
46+
* OpenBSD users, to add the package use::
4547

46-
* OpenBSD users use::
48+
pkg_add -r python
4749

4850
pkg_add ftp://ftp.openbsd.org/pub/OpenBSD/4.2/packages/<insert your architecture here>/python-<version>.tgz
4951

0 commit comments

Comments
 (0)