diff --git a/README.md b/README.md index eca8841..8cbbce1 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,7 @@ This project uses popular Python libraries that can be installed via a requireme Alternatively, it can be started in the Anaconda environment (version 4.3.0, 64-bit) running Python 3.x. After installation, start Jupyter via running `jupyter notebook` and wait for a new tab to be opened in your default web browser. Then, open the notebook called [intro_to_machine_learning.ipynb](intro_to_machine_learning.ipynb). + +## Read-only Version + +For those interested in just reading the example codes without installing anything, just open this [notebook](intro_to_machine_learning.ipynb) and view the Jupyter notebook in your browser.