Skip to content

Commit 3384d38

Browse files
grimreaperMariatta
authored andcommitted
Fix installation instructions for *nix (GH-5605)
Remove pkg_add -r python from FreeBSD installation section. Moved to OpenBSD.
1 parent 2b86f4c commit 3384d38

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)