We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88d4b35 commit b0fed4bCopy full SHA for b0fed4b
docs/src/index.md
@@ -45,12 +45,19 @@ Clapeyron.jl is licensed under the [MIT license](https://github.com/ClapeyronThe
45
46
## Installation
47
48
-Clapeyron.jl is a registered package, it can be installed from the general registry by:
+Clapeyron.jl is a registered julia package, it can be installed from the general registry by:
49
50
```julia
51
pkg> add Clapeyron
52
```
53
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
61
## Citing `Clapeyron.jl`
62
63
If you are using Clapeyron for your research work, please cite the following:
0 commit comments