From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 14 Feb 2018 03:55:09 +0000 (-0800) Subject: Fix installation instructions for *nix (GH-5605) X-Git-Tag: v2.7.15rc1~50 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=877112567ab3f11f29a3f64b4f42570310f55afe;p=python Fix installation instructions for *nix (GH-5605) Remove pkg_add -r python from FreeBSD installation section. Moved to OpenBSD. (cherry picked from commit 3384d38d51a2c3450e742175db5d6d638fa5d2eb) Co-authored-by: Eitan Adler --- diff --git a/Doc/using/unix.rst b/Doc/using/unix.rst index 2da26d87a5..7719baa8cd 100644 --- a/Doc/using/unix.rst +++ b/Doc/using/unix.rst @@ -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//python-.tgz