Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andand authored Aug 15, 2023
1 parent a247279 commit 9bf70ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prog/p1/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is an introductory lab for the programming part of the course. Your task is

### VSCode

If you are not yet familiar with the VScode software, watch for example this [short introduction video](https://code.visualstudio.com/docs/introvideos/basics). Note that you can run your code directly in VScode and don't need to open a separate terminal window. You can run either the whole script by e.g. pressing the start symbol in the upper right corner or by entering labp1.py in the terminal window below the code window (if you don't see it, select "Terminal" in the "View" menu). You can also run Python in interactive mode by entering python3 in the terminal window. This will give you a `>>>` prompt and now you can paste in (or write) sections of the code that will be executed. Another way to do this is to mark a section of the code, right-click, and select "Run Python" / "Run Selection/Line in Python Terminal" (or press Shift+Enter). Don't forget to save every now and then.
If you are not yet familiar with the VScode software, watch for example this [short introduction video](https://code.visualstudio.com/docs/introvideos/basics). Note that you can run your code directly in VScode and don't need to open a separate terminal window. You can run either the whole script by e.g. pressing the start symbol in the upper right corner or by entering ```bash $ labp1.py ''' in the terminal window below the code window (if you don't see it, select "Terminal" in the "View" menu). You can also run Python in interactive mode by entering python3 in the terminal window. This will give you a `>>>` prompt and now you can paste in (or write) sections of the code that will be executed. Another way to do this is to mark a section of the code, right-click, and select "Run Python" / "Run Selection/Line in Python Terminal" (or press Shift+Enter). Don't forget to save every now and then.

### Code Installation

Expand Down

0 comments on commit 9bf70ff

Please sign in to comment.