Skip to content

Commit

Permalink
chore: update pip install instructions to be clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmmatos committed Oct 18, 2023
1 parent ac762c9 commit 29afa60
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,22 +78,12 @@ To install as a container:
git clone https://github.com/CrowdStrike/falcon-integration-gateway.git
```

1. Install the python dependencies.
1. Install the python dependencies.

You can either use the `requirements.txt` file:

```shell
```bash
pip install -r requirements.txt
```

or install the individual python packages associated with your backend:

> Example: AWS backend

```shell
pip install crowdstrike-falconpy boto3
```

1. Modify the `./config/config.ini` file with your backend options

1. Run the application
Expand Down

0 comments on commit 29afa60

Please sign in to comment.