How to Install chia-dev-tools on Windows 10
How to Install chia-dev-tools on Windows 10 - A Walkthrough
Posted on April 5, 2022 by Steve Stepp
#chia #xch #cryptocurrency #windows10 #python #chialisp #chia-dev-tools #powershellHow to Install chia-dev-tools on Windows 10
- Install Python from Microsoft Store: https://www.microsoft.com/store/productId/9PJPW5LDXLZ5
- Install C++ Build Tools : https://visualstudio.microsoft.com/visual-cpp-build-tools/
I just checked every build tool offered. - Open Powershell as Administrator (right-click icon choose Run as Administrator)
- Change the Execution Policy:
PS C:\WINDOWS\system32> Set-ExecutionPolicy -ExecutionPolicy Unrestricted
- Create a folder for your project.
mkdir C:\Users\Steve\Documents\ChiaProjects\FirstTest
- Change directory into your new folder
cd C:\Users\Steve\Documents\ChiaProjects\FirstTest
This will take a little bit of time, be patient.python -m venv venv
- Activate the python virtual environment.
./venv/Scripts/activate
- Then run the installation for the chia-dev-tools
(venv) PS C:\Users\Steve\Documents\ChiaProjects\FirstTest> pip install chia-dev-tools
- Add install location into Path environment variable.
Start • Settings • System • About • Advanced system settings • Environment Variables • System Variables • Path • Edit • New
C:\Users\steve\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\Scripts
Note: I had to do a search for the cdv.exe file in File Explorer to determine the location to use. - Restart computer.
- Relaunch Powershell as Adminstrator.
- Change into your project directory and check the version.
cdv --version
Want to help support? | |
Chia (XCH): | xch1xz9g7cyy79vnrh6nuyh86jq4ps6ah2ny0ck2050wfqqfjwkyk0mqd89etp |
HDDcoin (HDD): | hdd19vatjqxka49c5lht6nrf2cqc94va6rf9vv2mzu2793vq4dwq8wes842qff |
Bitcoin (BTC) no fee on Coinbase: | 3ADGMs1i6MU8Bxnr8qC6CPmgTUAS6DevyT |
Etherium (ETH) no fee on Coinbase: | 0x1F604e5a010f42F36e0C24868454f08056bc5B0A |
Venmo: | @steppsr |
Cash App: | $StevenStepp |
![]() |
Comments
Post a Comment