Skip to content

Commit

Permalink
chore(CHANGELOG): add browser setup info
Browse files Browse the repository at this point in the history
  • Loading branch information
marstamm committed Sep 9, 2024
1 parent 1fa9fa1 commit 1254173
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,16 @@ This command will start the RPA Runtime worker using the specified environment v
To install the required dependencies for the Camunda RPA Runtime, run the following command:

```sh
pip install -r requirements.txt
pip install --no-cache-dir -r requirements.txt --no-deps
```
This will install all the necessary Python packages as specified in the requirements.txt file.

If you want to use browser automation, install the required browsers with

```sh
rfbrowser init
```

### Running the Worker
With all dependencies installed and environment variables set, you can now run the task worker using the command below:

Expand Down

0 comments on commit 1254173

Please sign in to comment.