adding more robust install method (#532)

This commit is contained in:
timmermansjoy
2023-02-06 20:12:05 +01:00
committed by GitHub
parent fd3807c479
commit d56c57b112

View File

@@ -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