Skip to content

Commit

Permalink
Reflect changes in 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
csgoh committed May 16, 2023
1 parent 0653237 commit ef45c67
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ A python library to generate business process diagram using code.
* Pool(s)
* Lane(s)
* Elements:
* Event: Start, End, Timer, Intermediate
* Event: Start, End, Timer, Intermediate, Message, Signal, Conditional and Link
* Activity: Task, Subprocess
* Gateway: Inclusive, Exclusive, Parallel
* Gateway: Inclusive, Exclusive, Parallel, Event
* Support for different colour themes
* Default
* GREYWOOF
Expand All @@ -38,6 +38,11 @@ A python library to generate business process diagram using code.
* GREENTURTLE
* Save diagram as PNG file

## Change Logs
Refer to this [Change Logs](https://github.com/csgoh/processpiper/wiki/Change-Logs) page for the latest updates.



## Installation
### Install from PyPI
```bash
Expand All @@ -55,7 +60,7 @@ Two frontend applications have been developed to showcase ProcessPiper capabilit
* Python 3.10, 3.11

### Library Dependencies
* Pillow 9.4.0
* Pillow 9.5.0

### Supported Platforms
* Windows
Expand Down

0 comments on commit ef45c67

Please sign in to comment.