Skip to content

Commit

Permalink
Update readme dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kwabenantim committed Mar 19, 2024
1 parent cb0ca57 commit 42133a0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,11 @@ version and tested with [supported versions of Python 3](https://devguide.python

The main dependencies are [pyyaml](https://github.com/yaml/pyyaml),
[pygccxml](https://github.com/CastXML/pygccxml), and [castxml](https://github.com/CastXML/CastXML),
which can be installed with `pip install pyyaml pygccxml castxml`.
which can be installed with:

```bash
pip install pyyaml pygccxml castxml
```

### Test the Installation
First, clone the repository with:
Expand Down

0 comments on commit 42133a0

Please sign in to comment.