Skip to content

Commit 3cea1f9

Browse files
Add conda badge and conda-forge install instructions
1 parent 1a1e7a0 commit 3cea1f9

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.rst

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Overview
1111
* - Tests
1212
- |tests|
1313
* - Package
14-
- | |version| |supported-versions| |commits-since|
14+
- | |version| |conda-forge| |supported-versions| |commits-since|
1515
* - Citable
1616
- |zenodo|
1717
* - Example notebooks
@@ -49,15 +49,21 @@ Overview
4949
:alt: Interactively run the example notebooks online
5050
:target: https://mybinder.org/v2/gh/dtscalibration/python-dts-calibration/main?labpath=docs%2Fnotebooks
5151

52+
.. |conda-forge| image:: https://anaconda.org/conda-forge/dtscalibration/badges/version.svg
53+
:alt: Conda-forge package
54+
:target: https://anaconda.org/conda-forge/dtscalibration
55+
5256
.. end-badges
5357
5458
A Python package to load Distributed Temperature Sensing files, perform a calibration, and plot the result. A detailed description of the calibration procedure can be found at https://doi.org/10.3390/s20082235 .
5559

56-
Do you have questions, ideas or just want to say hi? Please leave a message on the ` discussions page <https://github.com/dtscalibration/python-dts-calibration/discussions>`_!
60+
Do you have questions, ideas or just want to say hi? Please leave a message on the `discussions page <https://github.com/dtscalibration/python-dts-calibration/discussions>`_!
5761

5862
Installation
5963
============
6064

65+
You can install the package in a python (virtual) environment with:
66+
6167
.. code-block:: zsh
6268
6369
pip install dtscalibration
@@ -68,6 +74,12 @@ Or the development version directly from GitHub
6874
6975
pip install https://github.com/dtscalibration/python-dts-calibration/zipball/main --upgrade
7076
77+
The package is also available on conda-forge. Install it in a conda or mamba environment with:
78+
79+
.. code-block:: sh
80+
81+
conda install -c conda-forge dtscalibration
82+
7183
Package features
7284
================
7385
DTS measures temperature by calibrating backscatter measurements to sections with a known temperature. DTS devices provide a simple interface to perform a limited calibration. Re-calibrating your measurements with this Python package gives you better temperature estimates and additional options.

0 commit comments

Comments
 (0)