Skip to content

Commit

Permalink
powershell instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyPike committed Dec 13, 2023
1 parent c4776fa commit 62ffe04
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions episodes/03-skimage-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ Images may appear the same size in jupyter,
but you can see the size difference by comparing the scales for each.
You can also see the differnce in file storage size on disk by
hovering your mouse cursor over the original
and the new file in the jupyter file browser, using `ls -l` in your shell,
or the OS file browser if it is configured to show file sizes.
and the new file in the jupyter file browser, using `ls -l` in your shell
(`dir` with Windows PowerShell), or the OS file browser if it is configured to show file sizes.

::::::::::::::: solution

Expand Down
4 changes: 4 additions & 0 deletions learners/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,8 @@ e.g. your Desktop or a folder you have created for using in this workshop.

:::::::::::::::::::::::::

5. A small number of exercises will require you to run commands in a terminal. Windows users should
use Powershell for this. Powershell is probably installed by default but if not you should
[download and install](https://apps.microsoft.com/detail/9MZ1SNWT0N5D?hl=en-eg&gl=EG) it.

[figshare-data]: https://figshare.com/articles/dataset/Data_Carpentry_Image_Processing_Data_beta_/19260677

0 comments on commit 62ffe04

Please sign in to comment.