Skip to content
Snippets Groups Projects
Unverified Commit 28f33fd8 authored by mattbk's avatar mattbk Committed by GitHub
Browse files

Add missing code backtick

This was causing the code blocks and explanatory text to be the reverse of what was intended.
parent c3463395
No related branches found
No related tags found
No related merge requests found
...@@ -77,7 +77,7 @@ cd trackdirect ...@@ -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
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment