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

This commit is contained in:
Rakib Fiha
2020-11-08 00:15:05 +09:00
committed by GitHub
parent cd54697fd8
commit f40dbd791c

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