Update GUIDE.md

change from py to sh
This commit is contained in:
Sipher 2024-06-05 13:32:13 -03:00 committed by GitHub
parent 2ca3516573
commit 3ca84bc653
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@ Installation
### Install dependencies
#### On Linux
```py
```sh
# Install Rust if you haven't it already.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
@ -36,7 +36,7 @@ For the CUDA runtime [install the CUDA toolkit for Linux](https://developer.nvid
#### On Mac
```py
```sh
# Install Rust if you haven't it already.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh