]> granicus.if.org Git - python/commitdiff
Fix installation instructions for *nix (GH-5605)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 14 Feb 2018 04:00:38 +0000 (20:00 -0800)
committerGitHub <noreply@github.com>
Wed, 14 Feb 2018 04:00:38 +0000 (20:00 -0800)
Remove pkg_add -r python from FreeBSD installation section.
Moved to OpenBSD.
(cherry picked from commit 3384d38d51a2c3450e742175db5d6d638fa5d2eb)

Co-authored-by: Eitan Adler <grimreaper@users.noreply.github.com>
Doc/using/unix.rst

index 8b96ebea396fb6c10f289f5d23eae3859ab0538e..dc05e0d63dca85b4f88a0760df7dcf8cc42c18dd 100644 (file)
@@ -41,9 +41,11 @@ On FreeBSD and OpenBSD
 
 * FreeBSD users, to add the package use::
 
-     pkg_add -r python
+     pkg install python3
+
+* OpenBSD users, to add the package use::
 
-* OpenBSD users use::
+     pkg_add -r python
 
      pkg_add ftp://ftp.openbsd.org/pub/OpenBSD/4.2/packages/<insert your architecture here>/python-<version>.tgz