Skip to content

Commit 135c68b

Browse files
Merge pull request #298 from coding-for-reproducible-research/liamjberrisford-patch-2
Update README.md
2 parents 130e9fb + 72f87e1 commit 135c68b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,13 @@ The easiest way to view the content is on our Jupyter Book website (hosted via G
4444
You can run the materials on your own machine to interact with the notebooks directly. To set up the repository locally and explore the content:
4545

4646
Clone this repository to your local machine:
47-
````bash
47+
48+
```bash
4849
git clone https://github.com/coding-for-reproducible-research/ CfRR_Courses.git
4950
```
5051

5152
Install the required dependencies, which can be done with pip:
53+
5254
```bash
5355
pip install -r requirements.in
5456
```
@@ -60,7 +62,9 @@ to interact with the notebooks:
6062
```bash
6163
jupyter lab
6264
```
65+
6366
or
67+
6468
```bash
6569
jupyter notebook
6670
```

0 commit comments

Comments
 (0)