mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-07 22:23:55 -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
|
||||
git clone https://github.com/geohot/tinygrad.git
|
||||
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!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user