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