Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
learnforpractice committed Mar 15, 2021
1 parent b682b98 commit 9afcf1d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ macOS X
./build_mac.sh
```

# Installation

```bash
python3 -m pip install dist/mixin-0.1.0-*
```

# Quick Start

```python
from mixin.mixin_api import MixinApi
api = MixinApi('http://mixin-node0.exinpool.com:8239')
Expand Down

0 comments on commit 9afcf1d

Please sign in to comment.