Download PYroMat

Here are some options for downloading and installing PYroMat.

PYroMat supports both Python 2 and Python 3.

If you are having problems with installation, take a look at the installation FAQ.

The Python package index

The PYroMat package index can be found at https://pypi.org/project/PYroMat/. If you already have pip installed, you can download and install PYroMat with a single command. If you don't, have pip installed, see this FAQ.

To install PYroMat using pip, run the following command as an administrator:

pip install pyromat

To upgrade from an older version

pip install pyromat --upgrade

If you are not logged in as an administrator, but you want to be able to install PYroMat globally on your system, pip recommends

sudo -H pip install pyromat

On many systems, the pip can be replaced by pip3 to specify a Python 3 installation over Python 2.

If you are having difficulty with pip, see this FAQ about making sure pip is properly installed.

Github

The PYroMat package index can be found at https://github.com/chmarti1/PYroMat. If you already have GIT installed, fire up your command line:

git clone https://github.com/chmarti1/PYroMat.git
pip install PYroMat

The last command might need to be executed by an administrator on your system. In Linux, this is usually best done with the command

sudo -H pip install PYroMat

Sourceforge

The PYroMat sourceforge page can be found at https://sourceforge.net/projects/pyromat/. Choose one of the .zip or .tar.gz files, and download it. There is no need to extract the files. Fire up your command line:

pip install PYroMat-X.X.X.zip
or
pip install PYroMat-X.X.X.tar.gz

On Linux systems, you may need administrative permissions, so use

sudo -H python pip install PYroMat-X.X.X.tar.gz

If you are having trouble, you might try extracting the files and navigating to the root directory. If the extraction fails, that was probably your problem; you may need unzip or gzip or some other utility to handle the decompression. On windows, you might consider 7-zip.

Once you have extracted the files, you can install directly. The extraction should have created a directory called PYroMat. Inside that directory should be a file setup.py. If so, that's the directory you want:

pip install ExtractedDirectoryHere