Fix code snippet in Tip

This commit is contained in:
osanseviero 2023-08-08 18:50:26 +02:00
parent 00c697e587
commit 18c5861016

View File

@ -41,10 +41,13 @@ BUILD_EXTENSIONS=True make install # Install repository and HF/transformer fork
```
<Tip warning={true}>
On some machines, you may also need the OpenSSL libraries and gcc. On Linux machines, run:
```shell
sudo apt-get install libssl-dev gcc -y
```
</Tip>
Once installation is done, simply run: