Commit 3384d38d authored by Eitan Adler's avatar Eitan Adler Committed by Mariatta

Fix installation instructions for *nix (GH-5605)

Remove pkg_add -r python from FreeBSD installation section.
Moved to OpenBSD.
parent 2b86f4cb
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment