1
0
mirror of synced 2025-12-20 02:19:14 -05:00

Update content/codespaces/getting-started-with-codespaces/getting-started-with-your-python-project-in-codespaces.md

Co-authored-by: Christopher Harrison <chrhar@microsoft.com>
This commit is contained in:
Allison Weins
2021-05-05 13:18:53 -07:00
committed by GitHub
parent bd43ffb189
commit 5ada17c39a

View File

@@ -46,7 +46,7 @@ This example guides you through adding a `devcontainer.json` file from a templat
1. Access the command palette (`shift command P` / `shift control P`), then start typing "dev container". Click **Codespaces: Add Development Container Configuration Files...** 1. Access the command palette (`shift command P` / `shift control P`), then start typing "dev container". Click **Codespaces: Add Development Container Configuration Files...**
!["Codespaces: Add Development Container Configuration Files..." in the command palette](/assets/images/help/codespaces/add-prebuilt-container-command.png) !["Codespaces: Add Development Container Configuration Files..." in the command palette](/assets/images/help/codespaces/add-prebuilt-container-command.png)
3. For this example, click **Python 3**. In practice, you could select any container thats specific to Python or a combination of tools such as Python 3 and PostgresSQL. 3. For this example, click **Python 3**. If you need additional features you can select any container thats specific to Python or a combination of tools such as Python 3 and PostgresSQL.
![Select Python option from the list](/assets/images/help/codespaces/add-python-prebuilt-container.png) ![Select Python option from the list](/assets/images/help/codespaces/add-python-prebuilt-container.png)
4. Click the recommended version of Python. 4. Click the recommended version of Python.
![Python version selection](/assets/images/help/codespaces/add-python-version.png) ![Python version selection](/assets/images/help/codespaces/add-python-version.png)