diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/main/info/faq.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/templates/main/info/faq.html b/templates/main/info/faq.html index 5a22ca14..26027098 100644 --- a/templates/main/info/faq.html +++ b/templates/main/info/faq.html @@ -148,8 +148,9 @@ <li> If you're on Windows, there's a good chance that <code>python</code> and <code>pip</code> aren't what you actually need to run! Some options you could - try include <code>python3</code> or <code>python36</code> - if one of these works, - then you should be able to use <code>pip3</code> or <code>pip36</code> as well + try include <code>py -3</code>, <code>python3</code> or <code>python36</code> - if + one of these works, then you should be able to use <code>py -3 -m pip</code>, + <code>pip3</code> or <code>pip36</code> as well </li> <li> If you're on a Mac, Python comes with the OS - however, it's quite likely to be @@ -190,7 +191,7 @@ <div uk-grid class="uk-grid uk-grid-divider uk-grid-match"> <div class="uk-width-1-3@m"> - <strong>Is python a good first language?</strong> + <strong>Is Python a good first language?</strong> </div> <div class="uk-width-2-3@m"> <p> |