Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
fametrano committed Nov 9, 2020
1 parent 018c959 commit fa87cdc
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 @@ -88,26 +88,23 @@ Included features are:

* * *

To install (and/or upgrade) btclib and its requirements:
To install (and/or upgrade) btclib:

python -m pip install --upgrade -r requirements.txt
python -m pip install --upgrade btclib

You might want to install btclib and its requirements into a
You might want to install btclib into a
python virtual environment; e.g. from the root folder:

Bash shell

python -m venv venv
source ./venv/bin/activate
pip install --upgrade -r requirements.txt
pip install --upgrade btclib

Windows CMD or PowerShell:

python -m venv venv
.\venv\Scripts\activate
pip install --upgrade -r requirements.txt
pip install --upgrade btclib

Windows Git bash shell:
Expand All @@ -116,7 +113,6 @@ Windows Git bash shell:
cd ./venv/Scripts
. activate
cd ../..
pip install --upgrade -r requirements.txt
pip install --upgrade btclib

Some development tools are required to develop and test btclib;
Expand Down

0 comments on commit fa87cdc

Please sign in to comment.