mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-08 22:48:25 -05:00
feat: fix shell alias on readme (#1022)
* feat: fix shell alias on readme * feat: edit the install command
This commit is contained in:
@@ -100,7 +100,7 @@ The current recommended way to install tinygrad is from source.
|
|||||||
```sh
|
```sh
|
||||||
git clone https://github.com/geohot/tinygrad.git
|
git clone https://github.com/geohot/tinygrad.git
|
||||||
cd tinygrad
|
cd tinygrad
|
||||||
python3 -m pip install -e . # or `py3 -m pip install -e .` if you are on windows
|
python3 -m pip install -e .
|
||||||
```
|
```
|
||||||
Don't forget the `.` at the end!
|
Don't forget the `.` at the end!
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user