File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 2626
2727 - name : Collect and Create wheels for chia-blockchain
2828 run : |
29+ python -m pip install --upgrade pip
2930 pip install pep517 wheel
3031 pip wheel --use-pep517 --only-binary cbor2 --extra-index-url https://download.chia.net/simple/ -f ${{ github.workspace }} --wheel-dir=${{ github.workspace }}\electron-wix\blockchain ${{ github.workspace }}\.
3132
Original file line number Diff line number Diff line change @@ -31,6 +31,14 @@ To use the Chia Wallet UI you will need to run:
3131
3232And then click on the "Chia Wallet" icon on the Desktop or in the Start Menu.
3333
34+ To stop a service, from the venv try for example:
35+ chia stop farmer
36+ Or
37+ chia stop all
38+
39+ After install, you can enter the venv in the "Chia Blockchain" directory with:
40+ .\venv\Scrips\Activate.ps1
41+
3442For more usage information try:
3543The chia-blockchain README.md - https://github.com/Chia-Network/chia-blockchain/blob/master/README.md
3644The chia-blockchain repo wiki - https://github.com/Chia-Network/chia-blockchain/wiki
You can’t perform that action at this time.
0 commit comments