Skip to content

Commit 7dedbc4

Browse files
committed
updating readme
1 parent 270ebf0 commit 7dedbc4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ As we begin, please open up your preferred way to execute python: your terminal,
44

55
Please run the following commmands:
66

7-
``` terminal
7+
Terminal:
8+
```
89
pip install scrutipy
910
1011
python3
@@ -18,7 +19,8 @@ len(results)
1819
exit
1920
```
2021

21-
```jupyter
22+
Jupyter
23+
```
2224
!pip install scrutipy
2325
2426
import scrutipy
@@ -29,5 +31,4 @@ results = closure(3.5, 1.2, 50, 0, 7, 0.05, 0.005)
2931
len(results)
3032
```
3133

32-
33-
34+
The remainder will be filled out after the workshop on Tuesday, August 5th...

0 commit comments

Comments
 (0)