Skip to content

Commit 1e591eb

Browse files
authored
Update README.md
1 parent 0c79217 commit 1e591eb

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ The `ExternalWorkerClient` accepts as a parameter `auth` an implementation of `r
2121
There are default implementations for example for basic authentication e.g. `HTTPBasicAuth("admin", "test")`.
2222
Flowable offers a bearer token implementation `FlowableCloudToken` which allows to specify an access token to the Flowable Cloud offering.
2323

24+
## Installation
25+
26+
To install the external worker library, execute the following command:
27+
28+
```
29+
pip install flowable.external-worker-client
30+
```
31+
2432
## Sample
2533

2634
### Cloud

0 commit comments

Comments
 (0)