From 637879af788516ef447be65a2b619ddab4e886e6 Mon Sep 17 00:00:00 2001 From: George Hotz Date: Tue, 19 Dec 2023 18:04:00 -0800 Subject: [PATCH] add direct install to readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 26214c5e37..e7edcacda9 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,12 @@ git clone https://github.com/tinygrad/tinygrad.git cd tinygrad python3 -m pip install -e . ``` -Don't forget the `.` at the end! + +### Direct (master) + +```sh +python3 -m pip install git+https://github.com/tinygrad/tinygrad.git +``` ## Documentation