Skip to content

Commit

Permalink
added"pip install stdiomask" to install guides
Browse files Browse the repository at this point in the history
  • Loading branch information
samedcildir committed Jan 25, 2024
1 parent 1ed77bc commit e17bdc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions INSTALL.ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ sudo apt install python3-pip
python3 -m pip install python-dotenv;
python3 -m pip install psycopg2-binary;
python3 -m pip install json5;
python3 -m pip install stdiomask;
python3 -m pip install requests;
```

Expand Down
1 change: 1 addition & 0 deletions INSTALL.windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ When output matches mempool.space, BTC Core synced.
py -m pip install python-dotenv
py -m pip install pyscopg2-binary
py -m pip install json5
py -m pip install stdiomask
py -m pip install requests
```

Expand Down

0 comments on commit e17bdc7

Please sign in to comment.