From d56c57b112fc9a035254a4152a22356da96ce1d4 Mon Sep 17 00:00:00 2001 From: timmermansjoy <61321383+timmermansjoy@users.noreply.github.com> Date: Mon, 6 Feb 2023 20:12:05 +0100 Subject: [PATCH] adding more robust install method (#532) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9974c1ecc..f601d08cb5 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ We are working on support for the Apple Neural Engine and the Google TPU in the ```bash git clone https://github.com/geohot/tinygrad.git cd tinygrad -python3 setup.py develop +python3 -m pip install -e . ``` ### Contributing