Skip to content

Commit

Permalink
README.md: update Installation instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Trevor Gamblin <[email protected]>
  • Loading branch information
threexc committed Dec 6, 2024
1 parent 168dad3 commit d7de603
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,23 @@ You can find out more about the tool here:

## Installation

Right now, the tool is only installable manually. First, setup a
virtualenv:

```console
python3 -m venv venv
```

Start it:

```console
source venv/bin/activate
```

Then install with pip:

```console
pip install patchtest2
pip install .
```

## License
Expand Down

0 comments on commit d7de603

Please sign in to comment.