Convert from setup.py to pyproject.toml

This commit is contained in:
tecnovert
2024-10-09 22:15:56 +02:00
parent e2fe0697ee
commit 996c67beea
31 changed files with 69 additions and 108 deletions

View File

@@ -91,19 +91,10 @@ Create and activate a venv
python -m venv c:\bsx_venv
c:/bsx_venv/scripts/activate
Install coincurve
git clone https://github.com/basicswap/coincurve.git -b basicswap_v0.2 coincurve-basicswap
cd coincurve-basicswap
pip3 install .
Install basicswap
git clone https://github.com/basicswap/basicswap.git
cd basicswap
pip3 install wheel
pip3 install .