Skip to content

Commit

Permalink
Update README and requirements.txt for Python 3 modules
Browse files Browse the repository at this point in the history
We don't need to install importlib any more, since it's builtin to py3.

Signed-off-by: Russell Currey <ruscur@russell.cc>
  • Loading branch information
ruscur committed Jun 27, 2019
1 parent dc55c1d commit 7cfde25
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Expand Up @@ -28,14 +28,15 @@ Run something (see below Running the tests).

This framework runs on most Linux based systems.

You need python 3.4 or greater and also needs below modules to be installed
You need python 3.6 or greater as well as pip:

pip install pexpect importlib ptyprocess requests pysocks
apt install python3 python3-pip

Optionally: pip install unittest-xml-reporting unittest2
For XML output: sudo apt-get install python3-xmlrunner
and to install the python dependencies:

For qemu: sudo apt-get install qemu-utils
pip3 install -r requirements.txt

For qemu: apt install qemu-utils

You will also need below packages to be installed

Expand Down
5 changes: 5 additions & 0 deletions requirements.txt
@@ -1 +1,6 @@
pexpect
unittest-xml-reporting
ptyprocess
requests
pysocks
unittest2

0 comments on commit 7cfde25

Please sign in to comment.