Installation on OpenSuse systems

Python 3.4 and later

OpenSuse (e.g. 42.1)
sudo zypper -n install make git gcc python3-devel python3-setuptools \
    python3-numpy python3-numpy-devel python3-scipy python3-matplotlib \
    python3-qt5 \
<<<<<<< HEAD
python3-matplotlib-qt4
python3-requests python3-nose python3-coverage

cd ~/src/ # or wherever you keep your source packages git clone https://git.pyrocko.org/pyrocko/pyrocko.git pyrocko cd pyrocko sudo python3 setup.py install

Python 2.7

OpenSuse (e.g. 42.1)
sudo zypper install make git gcc python-devel python-setuptools \
    python-numpy python-numpy-devel python-scipy python-matplotlib \
<<<<<<< HEAD
python-matplotlib-qt5 python-matplotlib-qt4 python-matplotlib-tk
python-qt5 python-PyYAML python-progressbar python-Jinja2 python-requests python-nose python-coverage

cd ~/src/ # or wherever you keep your source packages git clone https://git.pyrocko.org/pyrocko/pyrocko.git pyrocko cd pyrocko sudo python setup.py install

For instructions on how to install Pyrocko on other systems or if the installation with the above procedure fails, see System specific installation instructions or Detailed installation instructions.