Skip to content

Commit bd4d948

Browse files
committed
Update installation instructions
1 parent 3e2d065 commit bd4d948

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ Install the library with:
1818
$ pip install .
1919
```
2020

21+
If you're also modifying the framework, you might want to install the package in editable mode:
22+
23+
```bash
24+
$ pip install -e .
25+
```
26+
2127
## Run bitcoin-inquisition MATT in regtest mode
2228

2329
The fastest way to get started is [this docker container](https://github.com/Merkleize/docker):
@@ -66,10 +72,10 @@ For the ones marked with [cli], a simple interactive tool allows to play with th
6672

6773
# Tests
6874

69-
This project uses `pytest` to run automated tests. Install it with:
75+
This project uses `pytest` to run automated tests. Install the dependencies with:
7076

7177
```bash
72-
$ pip install pytest
78+
$ pip install -r requirements-dev.txt
7379
```
7480

7581
The test suite requires a running instance of the MATT-enabled bitcoin-inquisition, for example using the container above. The [init.sh](examples/init.sh) script makes sure that a funded test wallet is loaded.

0 commit comments

Comments
 (0)