InstallationΒΆ

For conda distribution you can install dependencies using conda:

conda install numpy matplotlib scipy pyqt

or by any other mechanism (see Installing Scientific Packages).

Than install latest release of pywerami using pip:

pip install pywerami

If you want tu run the latest version of code, you can install it directly from git:

pip install git+git://github.com/ondrolexa/pywerami.git

or

For upgrade use:

pip install --upgrade --upgrade-strategy only-if-needed \
  https://github.com/ondrolexa/pywerami/archive/master.zip