mirror of
https://github.com/python/cpython.git
synced 2024-11-24 02:15:30 +08:00
Fix installation instructions for *nix (GH-5605)
Remove pkg_add -r python from FreeBSD installation section. Moved to OpenBSD.
This commit is contained in:
parent
2b86f4cb2c
commit
3384d38d51
@ -41,9 +41,11 @@ On FreeBSD and OpenBSD
|
||||
|
||||
* 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user