These scripts will run in a native Python 3 environment. You can install from the website or appstore as appropriate.
For testing, a Conda environment is provided. This is the recommended distribution for installing Python on Windows.
Download available here: https://docs.conda.io/en/latest/miniconda.html
- Windows: Open
Anaconda Powershell Prompt
from your start menu - Linux: Just open any Terminal
Then cd
into your mtasa-blue
git directory
In the shell, type
conda env create -f utils/localization/environment.yml
In shell
conda activate mtasa
python utils/localization/build_gettext_catalog.py --help
conda activate mtasa
pytest utils/localization/tests