Skip to content
Snippets Groups Projects
Commit 61726fc5 authored by Nikolay Ivanov's avatar Nikolay Ivanov
Browse files

README updated

parent 9c3e23f2
No related branches found
No related tags found
No related merge requests found
## Current build status ## Current build status
[![PyPI](https://img.shields.io/pypi/v/pyrost?color=brightgreen)](https://pypi.org/project/pyrost/) [![PyPI](https://img.shields.io/pypi/v/pyrost?color=brightgreen)](https://pypi.org/project/pyrost/)
[![Documentation Status](https://readthedocs.org/projects/robust-speckle-tracking/badge/?version=latest)](https://robust-speckle-tracking.readthedocs.io/en/latest/?badge=latest) [![Documentation Status](https://readthedocs.org/projects/robust-speckle-tracking/badge/?version=latest)](https://robust-speckle-tracking.readthedocs.io/en/latest/?badge=latest)
![conda-forge](https://img.shields.io/conda/vn/conda-forge/pyrost?color=brightgreen) [![conda-forge](https://anaconda.org/conda-forge/pyrost)](https://img.shields.io/conda/vn/conda-forge/pyrost?color=brightgreen)
# pyrost # pyrost
Python Robust Speckle Tracking (**pyrost**) is a library for wavefront metrology 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 ...@@ -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. - [SciPy](https://scipy.org) 1.5.2 or later.
## Installation ## 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: with the pip package installer:
pip install pyrost 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 ## Installation from source
In order to build the package from source simply execute the following command: In order to build the package from source simply execute the following command:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment