Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 543b220

Browse files
authored
Merge pull request #55 from yorsant/master
Update README.md
2 parents 0a2ba77 + 243336d commit 543b220

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

containers/python-3/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ Beyond that, just follow these steps:
2525
2. To use VS Code's copy of this definition:
2626
1. Start VS Code and open your project folder.
2727
2. Press <kbd>F1</kbd> select and **Remote-Containers: Create Container Configuration File...** from the command palette.
28-
3. Select the Python 2 definition.
28+
3. Select the Python 3 definition.
2929

3030
3. To use latest-and-greatest copy of this definition from the repository:
3131
1. Clone this repository.
32-
2. Copy the contents of `containers/python-2/.devcontainer` to the root of your project folder.
32+
2. Copy the contents of `containers/python-3/.devcontainer` to the root of your project folder.
3333
3. Start VS Code and open your project folder.
3434

3535
4. After following step 2 or 3, the contents of the `.devcontainer` folder in your project can be adapted to meet your needs.
@@ -43,7 +43,7 @@ This definition includes some test code that will help you verify it is working
4343
1. If this is your first time using a development container, please follow the [getting started steps](https://aka.ms/vscode-remote/containers/getting-started) to set up your machine.
4444
2. Clone this repository.
4545
3. Start VS Code, press <kbd>F1</kbd>, and select **Remote-Containers: Open Folder in Container...**
46-
4. Select the `containers/python-2` folder.
46+
4. Select the `containers/python-3` folder.
4747
5. After the folder has opened in the container, press <kbd>F5</kbd> to start the project.
4848
6. You should see "Hello, remote world!" in a terminal window after the program executes.
4949
7. From here, you can add breakpoints or edit the contents of the `test-project` folder to do further testing.

0 commit comments

Comments
 (0)