Skip to content

Commit 21355e5

Browse files
authored
Add conda instructions to README (#140)
1 parent 1f65a0b commit 21355e5

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# PubChemPy
22

33
[![PyPI Version](https://img.shields.io/pypi/v/PubChemPy.svg?style=flat)](https://pypi.python.org/pypi/PubChemPy)
4+
![Conda Version](https://img.shields.io/conda/vn/conda-forge/pubchempy)
45
[![License](https://img.shields.io/pypi/l/PubChemPy.svg?style=flat)](https://github.com/mcs07/PubChemPy/blob/main/LICENSE)
56
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.541438.svg)](https://doi.org/10.5281/zenodo.593126)
67
[![Tests](https://github.com/mcs07/PubChemPy/actions/workflows/test.yml/badge.svg)](https://github.com/mcs07/PubChemPy/actions/workflows/test.yml)
@@ -9,13 +10,19 @@ PubChemPy provides a way to interact with PubChem in Python. It allows chemical
910

1011
## Installation
1112

12-
Install PubChemPy using:
13+
Install PubChemPy with pip:
1314

1415
```shell
1516
pip install pubchempy
1617
```
1718

18-
Alternatively, try one of the other [installation options](https://docs.pubchempy.org/en/latest/guide/install.html).
19+
Or with conda:
20+
21+
```shell
22+
conda install -c conda-forge pubchempy
23+
```
24+
25+
For detailed instructions, see the [installation guide](https://docs.pubchempy.org/en/latest/guide/install.html).
1926

2027
## Example usage
2128

0 commit comments

Comments
 (0)