Skip to content

Commit

Permalink
docs: update bootstrapping guidance
Browse files Browse the repository at this point in the history
  • Loading branch information
layday committed Feb 3, 2023
1 parent ec86032 commit c969c9a
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,9 @@ of the following keys:
Bootstrapping
=============

This package can build itself with only the ``toml`` and ``pep517``
dependencies. The ``--skip-dependency-check`` flag should be used in this
case.

On Python 3.10 and older, we have a dependency on tomli_, but toml_ can be
used instead, which may make bootstrapping easier.

This package can build itself only with the ``tomli`` (can be omitted in Python 3.11+)
and ``pyproject-hooks`` dependencies.
The ``--skip-dependency-check`` flag should be used in this case.

Compatibility
=============
Expand Down

0 comments on commit c969c9a

Please # to comment.