Skip to content

Commit

Permalink
main: Add prerequisites to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
myxie committed Nov 19, 2024
1 parent da81a65 commit 10b0238
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@ This is the palette generator of the [DALiuGE](https://daliuge.readthedocs.io) s
It processes a file or a directory of source files or an installed python module and produces a DALiuGE compatible palette file containing the information required to use the identified functions, classes and methods to construct logical graphs in [EAGLE](https://eagle-dlg.readthedocs.io).
For more information please refer to the [documentation](https://icrar.github.io/dlg_paletteGen/).

## Prerequisites

`dlg_paletteGen` requires the following software to be installed prior to use:
- doxygen
- xsltproc

These may be installed using the following command:

```
sudo apt-get install doxygen xsltproc
```

## Install it from PyPI

```bash
Expand Down

0 comments on commit 10b0238

Please sign in to comment.