Skip to content

Commit d7de603

Browse files
committedDec 6, 2024·
README.md: update Installation instructions
Signed-off-by: Trevor Gamblin <[email protected]>
1 parent 168dad3 commit d7de603

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed
 

‎README.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,23 @@ You can find out more about the tool here:
1818

1919
## Installation
2020

21+
Right now, the tool is only installable manually. First, setup a
22+
virtualenv:
23+
24+
```console
25+
python3 -m venv venv
26+
```
27+
28+
Start it:
29+
30+
```console
31+
source venv/bin/activate
32+
```
33+
34+
Then install with pip:
35+
2136
```console
22-
pip install patchtest2
37+
pip install .
2338
```
2439

2540
## License

0 commit comments

Comments
 (0)
Please sign in to comment.