From 61726fc5916a30c8fe938501892d44c8524e56f2 Mon Sep 17 00:00:00 2001 From: Nikolay Ivanov <simply_nicky@nikolays-mbp.localdomain> Date: Thu, 3 Dec 2020 09:39:49 +0100 Subject: [PATCH] README updated --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4a238e0..ccff32b 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## Current build status [](https://pypi.org/project/pyrost/) [](https://robust-speckle-tracking.readthedocs.io/en/latest/?badge=latest) - +[](https://img.shields.io/conda/vn/conda-forge/pyrost?color=brightgreen) # pyrost Python Robust Speckle Tracking (**pyrost**) is a library for wavefront metrology @@ -22,12 +22,19 @@ The documentation can be found on [Read the Docs](https://robust-speckle-trackin - [SciPy](https://scipy.org) 1.5.2 or later. ## Installation -We recommend **not** building from source, but install the release from [pypi](https://pypi.org/project/pyrost/) +We recommend **not** building from source, but install the release via the +[conda](https://anaconda.org/conda-forge/pyrost) manager: + + conda install pyrost + +The package is available in [conda-forge](https://conda-forge.org) on OS X and Linux. + +Also you can install the release from [pypi](https://pypi.org/project/pyrost/) with the pip package installer: pip install pyrost -Pre-build binary wheels for OS X are available in [pypi](https://pypi.org/project/pyrost/) as for now. +The source distribution is available in [pypi](https://pypi.org/project/pyrost/) as for now. ## Installation from source In order to build the package from source simply execute the following command: -- GitLab