bitcoin-dev-project / bitcoin-dev-project/warnet
warnet windows support
- Dominant language
- Python
- Stars
- 149
- Forks
- 83
- Avg merge
- 4d 8h
- Merged PRs (30d)
- 2
Description
I'm trying to get warnet to work on my windows (with latest docker desktop installed).
I followed the install tutorial.
Then, I'm running: `.\.venv\Scripts\Activate.ps1` in powershell
Followed by
```
warnet --help
Usage: warnet [OPTIONS] COMMAND [ARGS]...
...
```
all good so far, even `warnet status` tells me:
```
Total Tanks: 0 | Active Scenarios: 0
Network connected
```
but then I try to deploy my own project folder `twn` with `warnet deploy .\network\networks\twn\` and I get:
```
[WinError 2] The system cannot find the file specified
It looks like kubectl is not installed. Please install it to continue: https://kubernetes.io/docs/tasks/tools/
```
however in the same shell I can run
```
(.venv) PS C:\development\warnet> kubectl
kubectl controls the Kubernetes cluster manager.
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.