Skip to content

Commit f2e7263

Browse files
committed
Update win installer readme, pip, grab repaired miniupnpc whl
1 parent 8bbd0d3 commit f2e7263

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/windows-installer.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
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

electron-wix/blockchain/readme.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ To use the Chia Wallet UI you will need to run:
3131

3232
And 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+
3442
For more usage information try:
3543
The chia-blockchain README.md - https://github.com/Chia-Network/chia-blockchain/blob/master/README.md
3644
The chia-blockchain repo wiki - https://github.com/Chia-Network/chia-blockchain/wiki

0 commit comments

Comments
 (0)