Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b86f4c commit 3384d38Copy full SHA for 3384d38
1 file changed
Doc/using/unix.rst
@@ -41,9 +41,11 @@ On FreeBSD and OpenBSD
41
42
* FreeBSD users, to add the package use::
43
44
- pkg_add -r python
+ pkg install python3
45
+
46
+* OpenBSD users, to add the package use::
47
-* OpenBSD users use::
48
+ pkg_add -r python
49
50
pkg_add ftp://ftp.openbsd.org/pub/OpenBSD/4.2/packages/<insert your architecture here>/python-<version>.tgz
51
0 commit comments