Skip to content

Commit

Permalink
add documentation for manual installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Th0rgal committed Apr 30, 2021
1 parent 6b93538 commit f1b9ac7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ python3 -m pip install -U binance.py
py -3 -m pip install -U binance.py
```

Alternatively you can build the package and install it manually:
```
python setup.py sdist bdist_wheel
python -m pip install dist/binance.py-X.X.X-py3-none-any.whl
```

## Why binance.py?
The binance api is complex to grasp and using a wrapper saves time but also ensures that the right practices are adopted. Binance.py offers a modern and asynchronous solution.

Expand Down

0 comments on commit f1b9ac7

Please sign in to comment.