Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
somacdivad committed May 30, 2018
1 parent f42290f commit 03d8f06
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions itertools-in-python3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> Supplemental materials for the [Itertools in Python 3, By Example](https://realpython.com/itertools-in-python3) article on [Real Python](https://realpython.com).
This folder contains content for two example from the article: [Analyzing the S&P500](https://realpython.com/python3-itertools/#analyzing-the-sp500) and [Building Relay Teams from Swimmer Data](https://realpython.com/python3-itertools/#building-relay-teams-from-swimmer-data).
This folder contains content for two examples from the article: [Analyzing the S&P500](https://realpython.com/python3-itertools/#analyzing-the-sp500) and [Building Relay Teams from Swimmer Data](https://realpython.com/python3-itertools/#building-relay-teams-from-swimmer-data).

## Downloading the Files

Expand All @@ -11,13 +11,13 @@ This folder contains content for two example from the article: [Analyzing the S&
If you have `git` installed, the easiest way to access these files is to clone the repository to the directory of your choice:

```console
git clone https://github.com/realpython/materials.git
$ git clone https://github.com/realpython/materials.git
```

Then `cd` into the `itertools-in-python3` directory:

```console
cd itertools-in-python3
$ cd materials/itertools-in-python3
```

### Without `git`
Expand All @@ -39,6 +39,8 @@ Max loss: -20.47% on 1987-10-19
Longest growth streak: 14 days (1971-03-26 to 1971-04-15)
```

> **Note:** Depending on your installation, you may need to type `python3.6` or `python36` to run the examples. If you follow the [Python 3 Installation & Setup Guide](https://realpython.com/installing-python/), you should have no problem.
Similarly, for `swimmers.py`:

```console
Expand All @@ -51,6 +53,4 @@ Butterfly A: Audrey, Leah, Layla, Samantha
Butterfly B: Alexa, Zoey, Emma, Madison
Freestyle A: Aubrey, Emma, Olivia, Evelyn
Freestyle B: Elizabeth, Zoe, Addison, Madison
```

> **Note:** Depending on your installation, you may need to type `python3.6` or `python36` to run the examples. If you follow the [Python 3 Installation & Setup Guide](https://realpython.com/installing-python/), you should have no problem.
```

0 comments on commit 03d8f06

Please sign in to comment.