mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-05 18:38:09 +01:00
Convert from setup.py to pyproject.toml
This commit is contained in:
@@ -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 .
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user