You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commits adds the peotry instruction for windows, macos, and linus
to the backend dev environment setup page.
It also restructures the backend dev environment setup page.
[SCSE-22]
import OsTabs from "@site/src/components/DocsFeatures/OsTabs.tsx"
3
+
```
4
+
5
+
## Install `poetry`
6
+
7
+
The installer script is available directly at [install.python-poetry.org](https://install.python-poetry.org/). The script can be executed directly (i.e. `curl python`) or downloaded and then executed from disk (e.g. in a CI environment).
8
+
9
+
```mdx-code-block
10
+
import PeotryWindows from "./_poetry-windows.mdx"
11
+
import PeotryMacOSLinux from "./_poetry-macos-linux.mdx"
1. Download the `Python` installer package from the [official Python website](https://www.python.org/downloads/)
2
-
1. It should detect your operating system and show a yellow download button. If it doesn’t, click the `windows` link and choose the latest Python release.
2
+
1. It should detect your operating system and show a yellow download button. If it doesn’t, click the `macos` link and choose the latest Python release.
3
3
1. Once the download is complete, double-click the package to start installing `Python`. Follow the installation steps with the default settings.
4
4
1. Once installation is complete, you have python installed on your system!
5
5
@@ -8,7 +8,4 @@ To check if it is installed correctly:
0 commit comments