Skip to content

Commit 86f7f11

Browse files
committed
fix path to venv
1 parent 98d5f97 commit 86f7f11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Monitor and analyze the emergent behaviors of Bitcoin networks.
3333

3434
```sh
3535
python3 -m venv .venv
36-
source ./venv/bin/activate
36+
source .venv/bin/activate
3737
```
3838

3939
### 2. Install Warnet
@@ -97,4 +97,4 @@ defaults for all nodes in the network by editing `node-defaults.yaml`. Once
9797
your network is running use Warnet [CLI](docs/warnet.md) commands to interact with it.
9898

9999

100-
![warnet-art](https://raw.githubusercontent.com/bitcoin-dev-project/warnet/main/docs/machines.webp)
100+
![warnet-art](https://raw.githubusercontent.com/bitcoin-dev-project/warnet/main/docs/machines.webp)

0 commit comments

Comments
 (0)