Installation
Officially Supported Method: Using pipx
We recommend using pipx for the installation of saitama as it provides
an isolated environment for the package, preventing any dependency conflicts.
To install saitama using pipx, run the following command in your terminal:
$ pipx install saitama
Alternative Method: Using pip
As an alternative, you can use pip to install saitama.
However, this method does not provide an isolated environment for the package,
which may lead to dependency conflicts or leave your system in an inconsistent state.
Therefore, this method is not recommended or supported.
To install saitama using pip, run the following command in your terminal:
$ pip install --user saitama
Python Version Requirement
Please note that saitama requires Python 3.9 or higher. Please ensure
that your system is using the correct Python version. If not,
consider using a tool like pyenv to create a shell with the required Python version.