Skip to content

Commit

Permalink
revert MUSL linux wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Jun 18, 2024
1 parent 6aa80d3 commit e268afa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ OpenBSD

::

export PKG_PATH=https://ftp.eu.openbsd.org/pub/OpenBSD/`uname -r`/packages/`uname -m`/
export PKG_PATH=http://ftp.eu.openbsd.org/pub/OpenBSD/`uname -r`/packages/`uname -m`/
pkg_add -v python3 gcc
pip install psutil

Expand All @@ -72,7 +72,7 @@ Assuming Python 3.11 (the most recent at the time of writing):

::

export PKG_PATH="https://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/`uname -m`/`uname -r`/All"
export PKG_PATH="http://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/`uname -m`/`uname -r`/All"
pkg_add -v pkgin
pkgin install python311-* gcc12-* py311-setuptools-* py311-pip-*
python3.11 -m pip install psutil
Expand Down

0 comments on commit e268afa

Please sign in to comment.