From a9e0b934405a159f750a79fc8e7bc4e49171dc29 Mon Sep 17 00:00:00 2001 From: ic0nic Date: Sun, 17 Mar 2013 19:45:19 +0000 Subject: [PATCH] Errors when installing. Soloutions to fix problems such as "error: Setup script exited with error: command 'gcc' failed with exit status 1" and "unable to execute swig: No such file or directory" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f697f66..f6f7a48 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ You can install both via `easy_install`, easy_install is available at [http://pypi.python.org/pypi/setuptools](http://pypi.python.org/pypi/setuptools), on Linux you can also get it via your packet manager: - sudo apt-get install python-setuptools + sudo apt-get install python-setuptools libevent-dev python-dev swig After you installed it, run: