From 23bc583b23f92f1b51f4ce2e28f6cbdaa9cf744f Mon Sep 17 00:00:00 2001 From: Zach Riggle Date: Wed, 23 Mar 2016 11:33:08 -0700 Subject: [PATCH] Update README and requirements --- README.md | 10 ++++++++-- requirements.txt | 3 +-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f651f6b2..0e67b747 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,14 @@ echo "source $PWD/pwndbg/gdbinit.py" >> ~/.gdbinit ### Prerequisites +#### Python Development Headers + +These will be needed to build other Python modules below. + +```sh +sudo apt-get install python-dev python3-dev python-pip python3-pip +``` + #### Capstone 4.0 Currently this is only available via a source build. @@ -55,8 +63,6 @@ sudo python3 setup.py install # Ubuntu 14.04+, GDB uses Python3 There are some other Python requirements which are easier to install. -This step will also verify that you have installed Capstone and Unicorn correctly. - ```sh pip install -Ur requirements.txt ``` diff --git a/requirements.txt b/requirements.txt index 732214b8..aa2c7650 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,4 @@ +pip pycparser psutil>=3.1.0 python-ptrace>=0.8 -capstone>=4.0 -unicorn>=0.9 \ No newline at end of file