* Add insturction to install RDKit from pypi using pip

* Add wheels at PyPi repo
This commit is contained in:
Chris Kuenneth
2022-06-18 04:50:07 +02:00
committed by GitHub
parent 7ee0eecd29
commit 3d2d6f6e79
2 changed files with 15 additions and 2 deletions

View File

@@ -60,6 +60,7 @@ Installation instructions are available in [Docs/Book/Install.md](https://github
* [homebrew](https://github.com/rdkit/homebrew-rdkit) formula for building on the Mac. Contributed by Eddie Cao.
* [recipes](https://github.com/rdkit/conda-rdkit) for building using the excellent conda package manager. Contributed by Riccardo Vianello.
* [APKs](https://github.com/daverona/alpine-rdkit) for Alpine Linux. Contributed by da Verona
* [Wheels](https://pypi.org/project/rdkit/) at PyPi for all major platforms and python versions. Contributed by Christopher Kuenneth
## Projects using RDKit