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 <jmercer04@qub.ac.uk>
This commit is contained in:
Jake Mercer 2019-09-27 22:00:15 +01:00
parent 902354993f
commit ceddeaa48b
2 changed files with 1 additions and 5 deletions

View File

@ -46,10 +46,6 @@ Build the C++ tools:
make build make build
### Step 5: ### ### Step 5: ###
Alias python to python3 to avoid using python2 accidentally:
alias python=python3
Choose one of the following options: Choose one of the following options:
(Option 1) - Install the Python environment locally (Option 1) - Install the Python environment locally

View File

@ -1,4 +1,4 @@
pyfasm -e third_party/fasm
intervaltree intervaltree
junit-xml junit-xml
numpy numpy