mirror of
https://github.com/python/cpython.git
synced 2025-07-22 10:45:22 +00: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
1 changed files with 4 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue