File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 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
1516pip 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
You can’t perform that action at this time.
0 commit comments