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

@@ -95,7 +95,7 @@ Install basicswap
git clone https://github.com/basicswap/basicswap.git
cd basicswap
pip3 install .
pip3 install -r requirements.txt --require-hashes && pip3 install .
Test: