Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions Doc/using/unix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down