Add missing code backtick
This was causing the code blocks and explanatory text to be the reverse of what was intended.
This commit is contained in:
parent
c34633952e
commit
28f33fd8b5
|
|
@ -77,7 +77,7 @@ cd trackdirect
|
||||||
Before installing all python requirements it is likly that you need to upgrade pyOpenSSL.
|
Before installing all python requirements it is likly that you need to upgrade pyOpenSSL.
|
||||||
```
|
```
|
||||||
sudo python -m easy_install --upgrade pyOpenSSL
|
sudo python -m easy_install --upgrade pyOpenSSL
|
||||||
``
|
```
|
||||||
|
|
||||||
Install needed python libs
|
Install needed python libs
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue