Skip to content

Commit cc51726

Browse files
committed
Update README.md
1 parent 54dedf8 commit cc51726

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,12 @@ Installation
9999
------------
100100

101101
* Prerequisites
102-
One of the following distributions is needed.
102+
One of the following distributions is needed. Please note that even if you have Python installed it is important to have one of these distributions installed and the binary for this installation in your path. This is because these distributions come packaged with all the supplementary libraries needed and these have been historically difficult to install separately.
103103

104104
* EPD Free Enthought Python Distribution from http://enthought.com
105105
* Anaconda Python from http://continuum.io
106106
* Development has been done on v 1.5 of Anaconda distribution but EPD Free should work just as well.
107107

108-
Please note that even if you have Python installed it is important to have one of these distributions installed and the binary for this installation in your path. This is because these distributions come packaged with all the supplementary libraries needed and these have been historically difficult to install separately.
109108

110109
The following steps assume you have installed one of the distributions mentioned in prerequisites.
111110

@@ -115,7 +114,7 @@ The following steps assume you have installed one of the distributions mentioned
115114
* cd to the 'notebooks' subdirectory
116115
* start IPython Notebook 'ipython notebook --pylab=inline'
117116

118-
From the git repo
117+
* From the git repo
119118
* clone the repo
120119
* cd to 'notebooks'
121120
* start IPython Notebook 'ipython notebook --pylab=inline'

0 commit comments

Comments
 (0)