add direct install to readme

This commit is contained in:
2023-12-19 18:04:00 -08:00
parent ad233d557f
commit 637879af78
+6 -1
View File
@@ -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