feat: fix shell alias on readme (#1022)

* feat: fix shell alias on readme

* feat: edit the install command
This commit is contained in:
兰天游
2023-06-23 15:00:34 +08:00
committed by GitHub
parent 264b1e5f48
commit 0222ee7bd2

View File

@@ -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!