From f40dbd791c1fdda615f7f7deef2afedfe38fe1bc Mon Sep 17 00:00:00 2001 From: Rakib Fiha Date: Sun, 8 Nov 2020 00:15:05 +0900 Subject: [PATCH] Use --upgrade since its in active dev (#63) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba89402431..2b4bcd7879 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The Tensor class is a wrapper around a numpy array, except it does Tensor things ### Installation ```bash -pip3 install tinygrad +pip3 install tinygrad --upgrade ``` ### Example