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:
parent
b93a52b136
commit
1b9bbbcad3
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue