Skip to content

Commit

Permalink
Updated the installation instructions (#2)
Browse files Browse the repository at this point in the history
* updated the installation instructions

* tweaked wording
  • Loading branch information
nhakmiller authored Mar 19, 2020
1 parent a15615a commit a6b9695
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,13 @@ See the [Panther documentation](https://docs.runpanther.io/quick-start) for more

### Installation

Setup your environment:
The `panther_analysis_tool` is available on [pip](https://pip.pypa.io/en/stable/)! To get started using the tool, simply install with:

```bash
$ pip3 install panther_analysis_tool
```

If you'd prefer instead to run from source for development reasons, first setup your environment:

```bash
$ make install
Expand All @@ -35,7 +41,7 @@ $ source venv/bin/activate
$ pipenv run -- make deps
```

Use the [pip](https://pip.pypa.io/en/stable/) package manager (locally for now) to install `panther_analysis_tool`.
Use the pip package manager to install the local `panther_analysis_tool`.

```bash
$ pipenv run -- pip3 install -e .
Expand Down

0 comments on commit a6b9695

Please sign in to comment.