Installation

Using PyPI

To install the package from PyPi,

pip install epivizfileserver

Development Version

To install the development version from GitHub: Install using pip

pip install git@github.com:epiviz/epivizFileParser.git

you can also clone the repository and install from local directory using pip

Note

If you don’t have sudo rights to install the package, you can install it to the user directory using

pip install --user epivizfileserver