============ 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 pip install https://github.com/ondrolexa/pywerami/archive/master.zip For upgrade use:: pip install --upgrade --upgrade-strategy only-if-needed \ https://github.com/ondrolexa/pywerami/archive/master.zip