Populse_mia’s linux - macOS installation, pre-requirements¶
Make sure to have Python3 installed. You can verify it by typing the following in a command line:
python3 -V
- Note:
Depending on your Python setup and OS, the
python3
command can be use as the default Python command. Trypython -V
, if it returnsPython 3.x.x
replace all thepython3
commands below bypython
.Populse_mia is ensured to run on Python’s 3.9 and later.
Make sure to have a java package installed . You can verify it by typing the following in a command line:
java -version
Make sure to have pip installed. You can verify it by typing the following in a command line:
pip3 --version # "python3 -m pip --version" can also be used
Make sure to have git installed. You can verify it by typing the following in a command line:
git --version