From 5a69c5db6d66a87e76a56ef3584076b3c10fd4cb Mon Sep 17 00:00:00 2001 From: Gabriel Rojas <37199173+garo0@users.noreply.github.com> Date: Fri, 4 Jun 2021 17:41:07 -0400 Subject: [PATCH] Update README.md (#259) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9967ec968f..485293f087 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Eventually, we will build custom hardware for tinygrad, and it will be blindingl ### Installation ```bash -pip3 install git+https://github.com/geohot/tinygrad.git --upgrade +pip3 install tinygrad --upgrade ``` ### Example