design/sequences/README.md
author salimr <riwad.salim@yahoo.fr>
Fri, 31 Aug 2018 15:14:18 +0200
changeset 151 57d63a248f0d
parent 116 672e3c4bbd0c
permissions -rw-r--r--
Update to Bootstrap 4

## install seqdiag

```bash
$ pip install seqdiag
```

## resources

- [full documentation of seqdiag](http://blockdiag.com/en/seqdiag/introduction.html)

## examples:

### Generate png with white background

```bash
$ seqdiag -f <path to>/DejaVuSansMono.ttf metacategory_editor.diag --no-transparency
```