doc: Update install notes to ensure dependency hashes are checked.

This commit is contained in:
tecnovert
2024-10-10 19:54:15 +02:00
parent 19c6cff7d3
commit 87ad321987
3 changed files with 6 additions and 6 deletions

View File

@@ -41,7 +41,7 @@ If updating from versions below 0.21, you may need to add `wallet=wallet.dat` to
$ . $SWAP_DATADIR/venv/bin/activate && python -V
$ cd $SWAP_DATADIR/basicswap
$ git pull
$ pip3 install .
$ pip3 install -r requirements.txt --require-hashes && pip3 install .
#### Update core versions