Installing pyexpander ===================== Parts of pyexpander ------------------- pyexpander consists of scripts, python modules, documentation and configuration files. pyexpander is available on `pypi `_, as a debian or rpm package, as a tar.gz and zip file. For `Nix `_, a `Flake `_ package was created by Mathis Laroche which is available `here `_. The following chapters describe how to install pyexpander. Requirements ------------ pyexpander requires python version 3 or newer. pyexpander is tested on `debian `_ and `Fedora `_ linux distributions but should run on all linux distributions. It probably also runs on other flavours of unix, probably even MacOS, but this is not tested. It may run on windows, escpecially the `Cygwin `_ environment, but this is also not tested. Install from pypi with pip -------------------------- In order to install pyexpander with `pip `_, you use the command [1]_:: pip3 install pyexpander .. [1] Your version of pip may have a different name, e.g. "pip-3", "pip-3.2" or just "pip" You find documentation for the usage of pip at `Installing Python Modules `_. Install from a debian package ----------------------------- There are packages for some of the recent debian versions. In order to see what debian version you use enter:: cat /etc/debian_version Download the package here: * `pyexpander downloads at Sourceforge `_ and install with:: dpkg -i The packages may with other debian versions or debian package based distributions like ubuntu, but this is not tested. Install from a rpm package -------------------------- There are packages for some of the recent fedora versions. In order to see what fedora version you use enter:: cat /etc/fedora-release Download the package here: * `pyexpander downloads at Sourceforge `_ and install with:: rpm -ivh The packages may work with other fedora versions or rpm package based distributions like, redhat, scientific linux or opensuse, but this was not tested. Install from source ------------------- You should do this only if it is impossible to use one of the methods described above. Download the \*.tar.gz or \*.whl file here: * `pyexpander downloads at Sourceforge `_ Install with:: pip install For more information in `pip` and installing python modules see `Installing Python Modules `_.