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}> <Tip warning={true}>
On some machines, you may also need the OpenSSL libraries and gcc. On Linux machines, run: On some machines, you may also need the OpenSSL libraries and gcc. On Linux machines, run:
```shell ```shell
sudo apt-get install libssl-dev gcc -y sudo apt-get install libssl-dev gcc -y
``` ```
</Tip> </Tip>
Once installation is done, simply run: Once installation is done, simply run: