From 8ccc3409feefad0198511bb2b74eca118d27c918 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Mon, 25 Nov 2013 11:57:06 -0800 Subject: [PATCH] added python-pygame as a dep to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e78392..0e48ca4 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you're using a Debian-based distro like Debian, Ubuntu, or Linux Mint, the following instructions will install dependencies, clone this repo, build a .deb, and install it with dpkg. - sudo apt-get install python-stdeb python-gtk2 python-psutil python-twisted python-lzma wmctrl gnupg fakeroot + sudo apt-get install python-stdeb python-gtk2 python-psutil python-twisted python-pygame python-lzma wmctrl gnupg fakeroot git clone https://github.com/micahflee/torbrowser-launcher.git cd torbrowser-launcher ./build_and_install.sh