python-poetry / website

Source for the official Poetry website
https://python-poetry.org
33 stars 16 forks source link

Alternative installation methods are presented as steps #150

Open jcarstairs-scottlogic opened 6 months ago

jcarstairs-scottlogic commented 6 months ago

EDIT: I misread the docs! There are two alternative installation methods, not three.

To install poetry with pipx, there are two alternative installation methods, depending on how much control you need over versioning. You only want to use one of these alternatives. However, these two alternatives look like two steps, which you're supposed to do one after the other.

Screenshot of Poetry docs with alternative pipx installation methods which are numbered 1, 2, 3

It's a similar story for the 'With the official installer' tab.

Perhaps, instead of:

├1
├2
└3

We could organise it as:

├1
└2
 ├Option A
 └Option B