Skip to content

Commit 02a35e2

Browse files
authoredSep 19, 2024··
Update README.md
1 parent 28c2276 commit 02a35e2

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed
 

Diff for: ‎README.md

+12-6
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,20 @@ These prerequisites are the same for every Computer Science module using Docker
2626

2727
### Process
2828

29-
1. Clone this repository to your computer by opening a command prompt (a.k.a. terminal) and launching `git clone https://github.com/SoCSTech/CMP9065-Data-Programming-in-Python.git`
30-
3. Inside the cloned folder, there is a folder entitled 'CMP9065 Data Programming in Python' which contains the .devcontainer folder.
29+
1. Clone this repository to your computer by opening a command prompt (a.k.a. terminal) and launching
30+
```
31+
git clone https://github.com/SoCSTech/CMP9065-Data-Programming-in-Python.git
32+
```
33+
3. Inside the cloned folder, there is a folder entitled **CMP9065 Data Programming in Python** which contains the .devcontainer folder.
3134
4. Make sure Docker Desktop is running. You can minimise the window.
32-
5. Open VS Code, go to File -> Open Folder, and select your 'CMP9065 Data Programming in Python' folder.
33-
6. Click the 'Reopen in container' pop up in the bottom right corner of your VS Code window. If you do not see this pop up, press F1, and type 'Reopen in Container', and click on the 'Dev Containers: Reopen in Container' command.
34-
7. The Docker image will now be downloaded, and the container will be started. You can click 'show log' in the bottom right corner to see what is going on.
35+
5. Open VS Code, go to **File -> Open Folder**, and select your **CMP9065 Data Programming in Python** folder.
36+
6. Click the **Reopen in container** pop up in the bottom right corner of your VS Code window. If you do not see this pop up, press F1, and type **Reopen in Container**, and click on the **Dev Containers: Reopen in Container** command.
37+
7. The Docker image will now be downloaded, and the container will be started. You can click **show log** in the bottom right corner to see what is going on.
3538
8. Your docker container is now running! Within this VS Code window, you can now run workshop or assignment material exactly the same as in the computing labs.
36-
9. Every week there will be new materials pushed to this repository. In order to get the most up-to-date version of the materials every time, before starting to work open a command prompt inside the 'CMP9065-Data-Programming-in-Python' folder and enter `git pull`.
39+
9. Every week there will be new materials pushed to this repository. In order to get the most up-to-date version of the materials every time, before starting to work open a command prompt inside the **CMP9065-Data-Programming-in-Python** folder and enter
40+
```
41+
git pull
42+
```
3743

3844
### Troubleshooting
3945

0 commit comments

Comments
 (0)
Please sign in to comment.