Skip to content

Commit

Permalink
black: Minor fix in the build instruction [skip ci]
Browse files Browse the repository at this point in the history
Since we use the docker container to run auditwheel,
it is no longer required to install patchelf by ourselves.
  • Loading branch information
achimnol authored Sep 9, 2023
1 parent 06e7033 commit fe574ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pypi/projects/black/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Then install some build prerequisites in a venv:

```console
$ pip install hatch hatch-vcs hatch-fancy-pypi-readme hatch-mypyc auditwheel
$ sudo apt-get install -y patchelf
```

Check if the version is cleanly recognized:
Expand Down

0 comments on commit fe574ed

Please sign in to comment.