FFGo: Difference between revisions

Jump to navigation Jump to search
29 bytes added ,  25 March 2016
→‎Installing FFGo and its dependencies: Move the 'py -3.5 -m pip install ...' screenshot to a more appropriate place
(→‎Installing FFGo and its dependencies: Explicitely give a sample install command using the Python Launcher for Windows in the 'pip install' step)
(→‎Installing FFGo and its dependencies: Move the 'py -3.5 -m pip install ...' screenshot to a more appropriate place)
Line 193: Line 193:


         <blockquote>
         <blockquote>
           <p>
           <p>          
            [[File:FFGo - Windows installation using the Python Launcher for Windows (py).png|thumbnail|Windows installation under Python 3.5 using the Python Launcher for Windows (py)]]
             In such a case, assuming you didn't disable the [https://docs.python.org/3/using/windows.html#launcher Python Launcher for Windows] in the Python installer, you'll have to type commands such as:
             In such a case, assuming you didn't disable the [https://docs.python.org/3/using/windows.html#launcher Python Launcher for Windows] in the Python installer, you'll have to type commands such as:
           </p>
           </p>
Line 242: Line 241:
     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:
     {{Note|[[File:FFGo - Windows installation using the Python Launcher for Windows (py).png|thumbnail|Windows installation under Python 3.5 using the Python Launcher for Windows (py)]]
      <p>
        If you didn't add Python to your PATH environment variable when installing it, the command would rather be something like:
      </p>


       <pre>py -3.5 -m pip install FFGo Pillow geographiclib</pre>
       <pre>py -3.5 -m pip install FFGo Pillow geographiclib</pre>
377

edits

Navigation menu