Skip to content

Commit 1668f61

Browse files
Update README.md
Added - Windows Python Versions, Description about IPython Notebooks
1 parent 26d0dfb commit 1668f61

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@ Python is a modern, robust, high level programming language. It is very easy to
77

88
##Installation
99

10-
Mac OS X and Linux comes pre installed with python. Windows users can download python from https://www.python.org/downloads/ .
10+
Mac OS X and Linux comes pre-installed with Python.
11+
12+
Windows users can download Python from [https://www.python.org/downloads/](https://www.python.org/downloads/).
13+
14+
Note : Make sure you download the corresponding version of Python depending on your Windows installation (34-bit or 64-bit)
15+
1116

1217
To install IPython run,
1318

@@ -33,6 +38,8 @@ Canopy has a premium version which offers 300+ python packages. But the free ver
3338

3439
##Launching IPython Notebook
3540

41+
The IPython Notebook is an interactive computational environment, in which you can combine code execution, rich text, mathematics, plots and rich media.
42+
3643
From the terminal
3744

3845
ipython notebook

0 commit comments

Comments
 (0)