Skip to content

Commit 9859de0

Browse files
committed
Release first version
1 parent e08028d commit 9859de0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ EmbML accepts a trained model through the file that contains its serialized obje
2222
* _DecisionTreeClassifier_ for decision tree models.
2323

2424
# Installation
25-
You can install `embml` from PyPi:
25+
You can install `embml` from [PyPi]<https://pypi.org/project/embml/>:
2626
```python
2727
pip install embml
2828
```
@@ -31,7 +31,7 @@ This tool is supported on Python 2.7 and Python 3.5 version, and depends on the
3131

3232
# How To Use
3333
```python
34-
import embml
34+
import embml
3535

3636
# For scikit-learn models
3737
embml.sklearnModel(inputModel, outputFile, opts)

0 commit comments

Comments
 (0)