FFGo: Difference between revisions

387 bytes added ,  25 March 2016
→‎Installing FFGo and its dependencies: Explicitely give a sample install command using the Python Launcher for Windows in the 'pip install' step
m (→‎Installing FFGo and its dependencies: Move note about harmless warnings on 'pip install' to a better place (more specific))
(→‎Installing FFGo and its dependencies: Explicitely give a sample install command using the Python Launcher for Windows in the 'pip install' step)
Line 241: Line 241:
   <li>
   <li>
     In this terminal, type: <code>pip install FFGo Pillow geographiclib</code>
     In this terminal, type: <code>pip install FFGo Pillow geographiclib</code>
    {{Note|If you didn't add Python to your PATH environment variable when installing it, the command would rather be something like:
      <pre>py -3.5 -m pip install FFGo Pillow geographiclib</pre>
      <p>
        for a Python 3.5 installation. Specifying <code>-3</code> instead of <code>-3.5</code> would use the latest Python 3.x version installed on your system.
      </p>}}


     <p>
     <p>
377

edits