modify readme

This commit is contained in:
dibgerge
2018-02-23 19:20:50 -08:00
parent 1239a1d937
commit 0c52aa0f14
19 changed files with 1 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ These assignments work seamlessly with the class and do not require any of the m
To get started, you can start by either downloading a zip file of these assignments by clicking on the `Clone or download` button. If you have `git` installed on your system, you can clone this repository using :
clone
clone https://github.com/dibgerge/ml-coursera-python-assignments.git
Each assignment is contained in a separate folder. For example, assignment 1 is contained within the folder `Exercise1`. Each folder contains two files:
- The assignment `jupyter` notebook, which has a `.ipynb` extension. All the code which you need to write will be written within this notebook.