From ceddeaa48b94db890f8320f82d870b05417edcc7 Mon Sep 17 00:00:00 2001 From: Jake Mercer Date: Fri, 27 Sep 2019 22:00:15 +0100 Subject: [PATCH] README/Dependencies - Fixes Following Review Changing "fasm" to "pyfasm" was incorrect; it is unrelated to this project. Updated this line in ''requirements.txt'' to install "fasm" from the submodule ''third_party/fasm''. Also, removed aliasing of "python" in README. Signed-off-by: Jake Mercer --- README.md | 4 ---- requirements.txt | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 725c1130..6beb0541 100644 --- a/README.md +++ b/README.md @@ -46,10 +46,6 @@ Build the C++ tools: make build ### Step 5: ### -Alias python to python3 to avoid using python2 accidentally: - - alias python=python3 - Choose one of the following options: (Option 1) - Install the Python environment locally diff --git a/requirements.txt b/requirements.txt index b0ea82b4..4a9f9c7f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pyfasm +-e third_party/fasm intervaltree junit-xml numpy