Skip to content

Commit 56cfc9e

Browse files
authored
Add conda-install info. Closes #26
1 parent eaa990c commit 56cfc9e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![Build Status](https://travis-ci.com/rsokl/custom_inherit.svg?branch=master)](https://travis-ci.com/rsokl/custom_inherit#)
44
[![PyPi version](https://img.shields.io/pypi/v/custom_inherit.svg)](https://pypi.python.org/pypi/custom_inherit)
5+
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/custom-inherit.svg)](https://anaconda.org/conda-forge/custom-inherit)
56
[![Python version support](https://img.shields.io/badge/python-2.7%20%20%203.4%20%203.5%20%203.6%20%203.7%203.8-blue.svg)](https://img.shields.io/pypi/v/custom_inherit.svg)
67
## Contents
78
- [Overview](#overview)
@@ -35,6 +36,7 @@ The Python package `custom_inherit` provides convenient, light-weight tools for
3536
### Projects That Use `custom_inherit`
3637
- [Toyplot](https://toyplot.readthedocs.io/en/stable/)
3738
- [p2p-project](https://github.com/p2p-today/p2p-project)
39+
- [Data Driven Discovery](https://gitlab.com/datadrivendiscovery)
3840

3941
## Basic Usage
4042
### Inheriting Docstrings Using a Metaclass
@@ -188,6 +190,11 @@ Install via pip:
188190
```
189191
pip install custom_inherit
190192
```
193+
Install via conda:
194+
195+
```
196+
conda install -c conda-forge custom-inherit
197+
```
191198

192199
or
193200

0 commit comments

Comments
 (0)