bitcoinops / taproot-workshop

Taproot & Schnorr Python Library & Documentation.
MIT License
375 stars 112 forks source link

Update README.md #182

Closed dzyphr closed 1 year ago

dzyphr commented 1 year ago

Use python3 -m pip install -r requirements.txt instead of pip3 install -r requirements to make sure we are installing the requirements into the active virtual environment and not just the user's outer installation of python.

bitschmidty commented 1 year ago

Sounds good to me although Im not a pythonista

dzyphr commented 1 year ago

In my experience the libraries will not load for the workshop unless it is installed this way.