diff --git a/README.rst b/README.rst index 87dff24..72a92a5 100644 --- a/README.rst +++ b/README.rst @@ -57,8 +57,12 @@ Additional requirements are: - `Python3 `__ - `Graphviz `__ for dependency graph creation (minimal dependency is `libgraphviz-dev` on Ubuntu) + +Optional requirements are: + - `Kerncraft `__ >=v0.8.4 for marker insertion - `ibench `__ or `asmbench `__ for throughput/latency measurements +- `BeautifulSoup4 `__ for scraping instruction form information for the x86 ISA (experimental) Design ======