From 63978befe8da9ae02a3b1a7cb8fc190537a60224 Mon Sep 17 00:00:00 2001 From: BradyBromley <51128276+BradyBromley@users.noreply.github.com> Date: Fri, 25 Oct 2019 10:03:33 -0700 Subject: [PATCH] Changed wording for clarity in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e7e112..bedddfa 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ _Note_: [github.com's notebook viewer](https://github.com/ageron/handson-ml2/blo ### Want to install this project on your own machine? -If you have a working Python 3.5+ environment and git is installed, then an easy way to install this project and its dependencies is using pip. Open a terminal and run the following commands (do not type the `$` signs, they just indicate that this is a terminal command): +If you have a working Python 3.5+ environment and git is installed, then this project and its dependencies can be installed with pip. Open a terminal and run the following commands (do not type the `$` signs, they just indicate that this is a terminal command): $ git clone https://github.com/ageron/handson-ml2.git $ cd handson-ml2