Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
Fix ipython install if shell is zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
ssaunier committed May 20, 2015
1 parent e7965d8 commit 4543135
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup/OSX.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,9 @@ Fermez puis ré-ouvrez votre terminal afin que ```pip``` soit reconnu.
Installez iPython :

```bash
$ pip install ipython[all]
$ pip install "ipython[all]"
```

Installez pandas :

```bash
Expand Down

0 comments on commit 4543135

Please sign in to comment.