We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 567a365 commit b61a390Copy full SHA for b61a390
1 file changed
README.md
@@ -40,13 +40,13 @@ We introduce a comprehensive framework that models and predicts the full conditi
40
:boom: [2022-01-04] LightGBMLSS v0.1.0 is released!
41
42
## `Installation`
43
-To install LightGBMLSS please first run
+To install the development version of LightGBMLSS, please use
44
```python
45
pip install git+https://github.com/StatMixedML/LightGBMLSS.git
46
```
47
-Then, to install the shap-dependency, run
+For the PyPI version, please use
48
49
-pip install git+https://github.com/dsgibbons/shap.git
+pip install lightgbmlss
50
51
52
## `Available Distributions`
0 commit comments