From 80e47aa0036a0b37a9033b7e38f672c97912fc4d Mon Sep 17 00:00:00 2001 From: davidnagli Date: Thu, 30 Mar 2017 10:36:15 -0400 Subject: [PATCH] Switched python3 to python 2 The code is written in Python 2, so I changed the README instructions to use the python command instead of the python3 command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe99727..e869237 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Python 2 and 3 both work for this. Use [pip](https://pip.pypa.io/en/stable/) to ## Usage -Just run ``python3 demo.py`` to see the results: +Just run ``python demo.py`` to see the results: ``` Starting gradient descent at b = 0, m = 0, error = 5565.107834483211