Skip to content

Commit c76775e

Browse files
authored
Update README.md
1 parent 6c5c2b5 commit c76775e

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ We will cover the following:
2121

2222
## Setup instructions
2323

24-
1. Install the Anaconda distribution available [here](https://www.anaconda.com/products/distribution). This comes with Python 3, JupyterLab and a large number of Python packages.
24+
1. Install the Anaconda distribution available [here](https://www.anaconda.com/products/distribution). This comes with Python 3, JupyterLab and the Python packages *numpy* and *pandas*, which we will require for the workshop.
2525

2626
2. Install Python packages for *plotly* and *dash* by entering the following commands into your Terminal (Mac) or Command Prompt (PC):
2727

@@ -34,19 +34,18 @@ We will cover the following:
3434

3535
4. Make a [Github](https://github.com/) account if you don't already have one.
3636
37-
5. Go to the workshop [repository](https://github.com/ThomasMBury/workshop_datavis_python), and create a *fork* (button on top right). This creates your own version of the repository, allowing you to make edits to the workshop notebooks.
37+
5. Go to the workshop [repository](https://github.com/ThomasMBury/workshop_datavis_python), and create a *fork* (button on top right). This creates your own version of the repository, in which you can make edits and complete the workshop notebooks.
3838
3939
6. *Clone* your repository to your computer. To do this, click the green button that says 'Code', and copy the link that appears in the box. Then go to your Terminal (or Command Prompt), navigate to a folder where you would like to store the repository and enter
4040
4141
```
4242
git clone paste-your-link-here
4343
```
44+
where you paste your link as indicated. You should now see the directory *workshop_datavis_python* saved on your computer.
4445
45-
You should now see the directory *workshop_datavis_python* saved on your computer.
46+
7. Open the Anaconda Navigator and launch JupyterLab. Navigate to where you saved the workshop repository and open *test.ipynb*. Check that you can run this notebook without any errors.
4647
47-
7. Open the Anaconda Navigator and launch JupyterLab. Navigate to where you saved the workshop repository and open *test.ipynb*. You should be able to run this notebook without any errrors.
48-
49-
If you run into issues, please contact me at thomas.bury@mcgil.ca.
48+
If you run into issues, please contact me at thomas.bury@mcgil.ca and I'll glady help out.
5049

5150

5251

0 commit comments

Comments
 (0)