Installation
Using pip
The argumentor library can be installed from the Python Package Index (PyPI):
Building from source
Because argumentor is free software, it is also possible to build it from source.
First clone the source code repository hosted on Codeberg:
Then, enter the local repository and build argumentor:
If just is installed on your machine, you can also build argumentor using:
Installing from source
Using pip, it is also possible to install a package directly from source.
First clone the source code repository hosted on Codeberg:
Then, enter the local repository and install argumentor (you may want to use a virtual environment):