freemt commited on
Commit
a557cc8
·
1 Parent(s): eee2191

Update README1.md

Browse files
Files changed (1) hide show
  1. README1.md +18 -0
README1.md ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # mlbee
2
+ [![pytest](https://github.com/ffreemt/mlbee/actions/workflows/routine-tests.yml/badge.svg)](https://github.com/ffreemt/mlbee/actions)[![python](https://img.shields.io/static/v1?label=python+&message=3.8&color=blue)](https://www.python.org/downloads/)[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)[![PyPI version](https://badge.fury.io/py/mlbee.svg)](https://badge.fury.io/py/mlbee)
3
+
4
+ mlbee descr
5
+
6
+ ## Install it
7
+
8
+ ```shell
9
+ pip install git+https://github.com/ffreemt/mlbee
10
+ # poetry add git+https://github.com/ffreemt/mlbee
11
+ # git clone https://github.com/ffreemt/mlbee && cd mlbee
12
+ ```
13
+
14
+ ## Use it
15
+ ```python
16
+ from mlbee import mlbee
17
+
18
+ ```