]> granicus.if.org Git - python/commitdiff
Fix installation instructions for *nix (GH-5605)
authorEitan Adler <grimreaper@users.noreply.github.com>
Wed, 14 Feb 2018 02:44:01 +0000 (18:44 -0800)
committerMariatta <Mariatta@users.noreply.github.com>
Wed, 14 Feb 2018 02:44:01 +0000 (18:44 -0800)
Remove pkg_add -r python from FreeBSD installation section.
Moved to OpenBSD.

Doc/using/unix.rst

index ccdf84dcfa5edaac9014e48c5b1d87974f254449..ac99b699868fd92fd73be7f44a1cca04bdf308ad 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