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
commit f40dbd791c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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