Skip to content

Commit

Permalink
Update conference name
Browse files Browse the repository at this point in the history
  • Loading branch information
Skipper Seabold committed May 7, 2018
1 parent 796390d commit e414a1f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Introduction to Python for Data Science

This is the ODSC East '18 workshop Introduction to Python for Data Science.
This is the Pycon 2018 tutorial Introduction to Python for Data Science.

## Outcomes

Expand All @@ -19,7 +19,7 @@ If you would like to code along during the workshop, follow these steps.
Clone this repository. To do so at the command line, type

```bash
git clone [email protected]:jseabold/odsc-east-python-2018
git clone [email protected]:jseabold/pycon-ds-2018
```

Otherwise, you can download the code directly from GitHub.
Expand All @@ -40,13 +40,13 @@ conda env create -f environment.yaml
If you are on macOS or linux, run in the terminal

```bash
source activate odsc-east-2018
source activate pycon-ds-2018
```

If you are on windows, run at the command prompt

```bash
activate odsc-east-2018
activate pycon-ds-2018
```

Make sure you can run the Jupyter Notebooks
Expand Down

0 comments on commit e414a1f

Please sign in to comment.