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

Merge branch 'dev0'

parents e3b10282 8bf4ade8
No related branches found
No related tags found
No related merge requests found
## Current build status
[![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)
![conda-forge](https://img.shields.io/conda/vn/conda-forge/pyrost?color=brightgreen)
[![conda-forge](https://img.shields.io/conda/vn/conda-forge/pyrost?color=brightgreen)](https://anaconda.org/conda-forge/pyrost)
# 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 -c conda-forge 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:
......
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