Skip to content

Commit 3b50fa2

Browse files
authored
CLI
1 parent 1b6bc13 commit 3b50fa2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

book/install/common/cli.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,13 @@ It is easy to work around this issue, however, for example:
5656

5757
The tables below will give you commonly used commands on Mac and Windows OS's
5858

59+
```{note}
60+
We've only included the Powershell commands here. However, the Windows Command Prompt (cmd) is also very easy to use. You can use the descriptors in the tables below to help with a web search, for example: _list directory contents windows command prompt._
61+
```
62+
5963
% Isabel has tested all the Mac commands on MacBook Pro M1 - 3 September
6064

61-
|  | Mac (UNIX Style commands)  | Windows (Command Prompt)     |
65+
|  | Mac (UNIX Style commands)  | Windows (Powershell)   |
6266
|--|----------|-------------|
6367
|   Present Working Directory  | `pwd`     | `pwd` |
6468
| List content of the present working directory | `ls`        | `ls`   |
@@ -73,7 +77,7 @@ The tables below will give you commonly used commands on Mac and Windows OS's
7377

7478
%below some simple CL to run python from terminal. Perhaps this can go to the python section
7579
**Python**
76-
|  | Mac (UNIX Style commands)  | Windows (Command Prompt)     |
80+
|  | Mac (UNIX Style commands)  | Windows (Powershell)     |
7781
|--|----------|-------------|
7882
| Verifying and version | `python3 --version` | `py -3 --version` |
7983
| Opening Python shell | `python3`    | `py3`   |

0 commit comments

Comments
 (0)