Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ebellocchia committed Apr 24, 2024
1 parent c88b68f commit c55190e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,13 +160,9 @@ To install the package:

python setup.py install --coincurve=0

- Using *pip*, from this directory (local):

pip install . --install-option="--coincurve=0"
- Edit the file *bip_utils/ecc/conf.py* by setting `USE_COINCURVE` to `False`, then install with *pip*:

- Using *pip*, from PyPI:

pip install bip_utils --install-option="--coincurve=0"
pip install .

**NOTES:**
- if you are using an Apple M1, please make sure to update *coincurve* to version 17.0.0
Expand Down

0 comments on commit c55190e

Please sign in to comment.