Skip to content

Commit cf569c5

Browse files
committed
[650] Add doc step to install Python in getting started docs
1 parent ddb38a7 commit cf569c5

2 files changed

Lines changed: 28 additions & 1 deletion

File tree

backend/.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.0-alpha.15.0-webui649
1+
v2.0-alpha.15.0-webui650

docs/getting_started/index.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,33 @@ Unraid users can directly add the container as a "template" within the UI.
252252

253253
=== ":material-language-python: Non-Docker"
254254

255+
### Downloading Python
256+
257+
=== ":material-linux: Linux"
258+
259+
Depending on your Linux distro, Python may already be installed. If not,
260+
most likely you able to install Python on your own.
261+
262+
=== ":material-apple: MacOS"
263+
264+
Python comes pre-installed in MacOS.
265+
266+
=== ":material-powershell: Windows (Powershell)"
267+
268+
Download the latest version of Python from
269+
[python.org](https://www.python.org/downloads/). Be sure to download
270+
the "latest version" listed at the top, not necessarily the latest one
271+
listed in the release table, as that table includes pre-release
272+
versions.
273+
274+
=== ":material-microsoft-windows: Windows (Non-Powershell)"
275+
276+
Download the latest version of Python from
277+
[python.org](https://www.python.org/downloads/). Be sure to download
278+
the "latest version" listed at the top, not necessarily the latest one
279+
listed in the release table, as that table includes pre-release
280+
versions.
281+
255282
### Downloading ImageMagick
256283

257284
=== ":material-linux: Linux"

0 commit comments

Comments
 (0)