From 44b921aa73eca57e4ee4892f4a386464b23ea51e Mon Sep 17 00:00:00 2001 From: JanLJL Date: Thu, 17 Sep 2020 22:27:37 +0200 Subject: [PATCH] added BS4 dependency --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) 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 ======