Skip to content

Commit

Permalink
docs: updated readme to include python deps
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmmatos committed Oct 13, 2023
1 parent c5a406f commit ac762c9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,24 @@ To install as a container:
git clone https://github.com/CrowdStrike/falcon-integration-gateway.git
```

1. Install the python dependencies.

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

```shell
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

```bash
Expand Down

0 comments on commit ac762c9

Please sign in to comment.