Skip to content

Commit dd3aefb

Browse files
authored
Merge branch 'main' into pep723
2 parents 1e7385d + a521247 commit dd3aefb

File tree

4 files changed

+460
-23
lines changed

4 files changed

+460
-23
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
rev: v2.2.6
1616
hooks:
1717
- id: codespell
18-
args: ["-L", "ned"]
18+
args: ["-L", "ned,ist,oder"]
1919

2020
- repo: local
2121
hooks:
@@ -33,7 +33,7 @@ repos:
3333
- id: rst-inline-touching-normal
3434

3535
- repo: https://github.com/astral-sh/ruff-pre-commit
36-
rev: v0.1.4
36+
rev: v0.1.5
3737
hooks:
3838
- id: ruff
3939
- id: ruff-format

source/guides/installing-using-pip-and-virtual-environments.rst

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -155,25 +155,10 @@ Prepare pip
155155
It's used to install and update packages into a virtual environment.
156156

157157

158-
.. tab:: Unix
159-
160-
You can make sure that pip is up-to-date by running:
161-
162-
.. code-block:: bash
163-
164-
python3 -m pip install --upgrade pip
165-
python3 -m pip --version
166-
167-
Afterwards, you should have the latest version of pip installed in your
168-
user site:
169-
170-
.. code-block:: text
171-
172-
pip 23.3.1 from .../.venv/lib/python3.9/site-packages (python 3.9)
173-
174-
.. tab:: macOS
158+
.. tab:: Unix/macOS
175159

176-
The Python installers for macOS include pip. You can make sure that pip is
160+
The Python installers for macOS include pip. On Linux, you may have to install
161+
an additional package such as ``python3-pip``. You can make sure that pip is
177162
up-to-date by running:
178163

179164
.. code-block:: bash

source/news.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
News
22
====
33

4+
.. note:: This document is not currently updated. Previously, the document
5+
highlighted changes in Python packaging.
6+
7+
48
September 2019
59
--------------
610
- Added a guide about publishing dists via GitHub Actions. (:pr:`647`)

0 commit comments

Comments
 (0)