Use --upgrade since its in active dev (#63)

This commit is contained in:
Rakib Fiha
2020-11-07 07:15:05 -08:00
committed by GitHub
parent cd54697fd8
commit f40dbd791c
+1 -1
View File
@@ -15,7 +15,7 @@ The Tensor class is a wrapper around a numpy array, except it does Tensor things
### Installation
```bash
pip3 install tinygrad
pip3 install tinygrad --upgrade
```
### Example