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:
mattbk 2022-12-07 09:02:35 -06:00 committed by GitHub
parent c34633952e
commit 28f33fd8b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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