Skip to content

Commit b0fed4b

Browse files
committed
also mention the python wrapper in the index
1 parent 88d4b35 commit b0fed4b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/src/index.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,19 @@ Clapeyron.jl is licensed under the [MIT license](https://github.com/ClapeyronThe
4545

4646
## Installation
4747

48-
Clapeyron.jl is a registered package, it can be installed from the general registry by:
48+
Clapeyron.jl is a registered julia package, it can be installed from the general registry by:
4949

5050
```julia
5151
pkg> add Clapeyron
5252
```
5353

54+
Clapeyron.jl is also available in python via the [pyclapeyron](github.com/ClapeyronThermo/pyclapeyron) package.
55+
You can install `pyclapeyron` from PyPI:
56+
57+
```sh
58+
pip install pyclapeyron
59+
```
60+
5461
## Citing `Clapeyron.jl`
5562

5663
If you are using Clapeyron for your research work, please cite the following:

0 commit comments

Comments
 (0)