diff --git a/README.md b/README.md index d0011dd..46b39ad 100644 --- a/README.md +++ b/README.md @@ -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