Commit 2416f5c 1 parent 658d964 commit 2416f5c Copy full SHA for 2416f5c
File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,12 @@ pipx install poetry
62
62
{{< step >}}
63
63
** Install Poetry (advanced)**
64
64
65
+ {{% note %}}
66
+ You can skip this step, if you simply want the latest version and already installed Poetry as described in the
67
+ previous step. This step details advanced usages of this installation method. For example, installing Poetry from
68
+ source, having multiple versions installed at the same time etc.
69
+ {{% /note %}}
70
+
65
71
` pipx ` can install different versions of Poetry, using the same syntax as pip:
66
72
67
73
``` bash
@@ -151,6 +157,12 @@ above.
151
157
{{< step >}}
152
158
** Install Poetry (advanced)**
153
159
160
+ {{% note %}}
161
+ You can skip this step, if you simply want the latest version and already installed Poetry as described in the
162
+ previous step. This step details advanced usages of this installation method. For example, installing Poetry from
163
+ source, using a pre-release build, configuring a different installation location etc.
164
+ {{% /note %}}
165
+
154
166
By default, Poetry is installed into a platform and user-specific directory:
155
167
156
168
- ` ~/Library/Application Support/pypoetry ` on MacOS.
You can’t perform that action at this time.
0 commit comments