Skip to content

Commit

Permalink
progress 7
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Oct 1, 2024
1 parent 8cac541 commit 7a957bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ jobs:
pkgin -y install gmake python311-* gcc12-*
run: |
set -e
PIP_BREAK_SYSTEM_PACKAGES=1 PYTHON=python3.11 gmake install-pydeps install print-sysinfo test test-memleaks
PIP_BREAK_SYSTEM_PACKAGES=1 gmake PYTHON=python3.11 install-pydeps install print-sysinfo test test-memleaks
4 changes: 2 additions & 2 deletions INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build & install psutil from sources, keep reading.
Linux (build)
-------------

Ubuntu / Debian::
Debian / Ubuntu::

sudo apt-get install gcc python3-dev
pip install --no-binary :all: psutil
Expand Down Expand Up @@ -96,7 +96,7 @@ Install pip
-----------

Pip is shipped by default with Python 2.7.9+ and 3.4+.
If you don't have pip you can install with wget::
If you don't have pip you can install it with wget::

wget https://bootstrap.pypa.io/get-pip.py -O - | python3

Expand Down

0 comments on commit 7a957bc

Please sign in to comment.