1
0
Fork 0

pip installation one liner (#793)

pull/872/head
Benedikt 2023-05-26 01:43:42 +02:00 committed by GitHub
parent a968c4c3a4
commit 3c465470f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@ This project is maintained by [tiny corp](https://tinygrad.org/).
### Installation
```bash
python3 -m pip install git+https://git@github.com/geohot/tinygrad.git
# or
git clone https://github.com/geohot/tinygrad.git
cd tinygrad
python3 -m pip install -e .