Skip to content

Commit e78d927

Browse files
authored
Review local dev setup guide
1 parent 351f2b1 commit e78d927

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

exercises/local-dev-setup/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Local Development Environment Setup Guide
22

3-
> NOTE: COSC 010 students should alternatively use the [COSC 010 version of this guide](cosc-010.md)!
3+
> NOTE: COSC 010 students should alternatively use the [COSC 010 version of this guide](cosc-010.md) instead!
44
55
This document helps you install and configure tools to develop and run Python applications on your local machine.
66

@@ -32,8 +32,6 @@ Mac users who don't already have a preferred command-line application are encour
3232

3333
Windows users who don't already have a preferred command-line application are encouraged to install [Git Bash](https://git-scm.com/downloads), which will allow Windows users to write the same unix-style commands as Mac users.
3434

35-
Alternatively, students on Mac or Windows may be able to use the integrated terminal in VS Code, but it may require additional configuration.
36-
3735
If successful, you should be able to use your command-line application to complete the ["Command-line Computing" Exercise](/exercises/command-line-computing/README.md), which will introduce you to useful commands (like these, for navigating your local filesystem):
3836

3937
```sh
@@ -42,6 +40,8 @@ pwd
4240
ls -al
4341
```
4442

43+
> NOTE: students on Mac or Windows may be able to use the integrated terminal in VS Code, but are not recommended to do so because it may require additional configuration, and has been very buggy in the past. If any student does manage to get the VS Code Integrated Terminal to work, please share your setup with the professor.
44+
4545
## Anaconda, Python, and Pip
4646

4747
The goal is to have access to command-line tools for running Python programs and installing Python packages.

0 commit comments

Comments
 (0)