Use pip3 instead of pip

This commit is contained in:
developer
2021-08-30 19:47:12 +02:00
committed by Hugo Locurcio
parent 1051052863
commit 1c51ddc0a8
4 changed files with 9 additions and 10 deletions

View File

@@ -35,7 +35,7 @@ For compiling under Windows, the following is required:
mingw-w64-i686-yasm make
For each MSYS2 MinGW subsystem, you should then run
`pip install scons` in its shell.
`pip3 install scons` in its shell.
.. seealso:: For a general overview of SCons usage for Godot, see
:ref:`doc_introduction_to_the_buildsystem`.
@@ -52,7 +52,7 @@ Setting up SCons
To install SCons open the command prompt and run the following command.
``python -m pip install scons``
``python -m pip3 install scons``
To check whether you have installed Python and SCons correctly, you can
type ``python --version`` and ``scons --version`` into a command prompt