We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 130e9fb commit 72f87e1Copy full SHA for 72f87e1
README.md
@@ -44,11 +44,13 @@ The easiest way to view the content is on our Jupyter Book website (hosted via G
44
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:
45
46
Clone this repository to your local machine:
47
-````bash
+
48
+```bash
49
git clone https://github.com/coding-for-reproducible-research/ CfRR_Courses.git
50
```
51
52
Install the required dependencies, which can be done with pip:
53
54
```bash
55
pip install -r requirements.in
56
@@ -60,7 +62,9 @@ to interact with the notebooks:
60
62
61
63
jupyter lab
64
65
66
or
67
68
69
jupyter notebook
70
0 commit comments