From PyPI

It is actually recommended way to install for new users, just install MatAn package by pip:

$ pip install matan

Now you can simply use MatAn package <3. Feel free to go into tutorial how to use matan.

If you want to have the latest (non-stable) version, go to tutorial below:

From source

If you want to have the latest version, or you want to contribute to MaTan (feel free, we would like to see your code inside MatAn), you can clone the Codeberg's repo either by:

HTTPS:

$ https://codeberg.org/MatAn/matan.git

or SSH (if you have configured it):

$ git@codeberg.org:MatAn/matan.git

later just go to the MatAn using cd bash command or dir if you are using Windows (in new Windows Terminal, you can use cd as well):

Bash:

$ cd matan

Windows cmd:

C:\WINDOWS\user> dir matan

and later just

$ pip install .

Now you should have MatAn package installed. Please keep in mind, that working in virtual environment is actually recommended for Python.