Fix installation instructions for *nix (GH-5605)

Remove pkg_add -r python from FreeBSD installation section.
Moved to OpenBSD.
(cherry picked from commit 3384d38d51)

Co-authored-by: Eitan Adler <grimreaper@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2018-02-13 20:00:38 -08:00 committed by GitHub
parent b93a52b136
commit 1b9bbbcad3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

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