From a528a4abc07127da21c99fca4f034e73efd3864f Mon Sep 17 00:00:00 2001 From: Kristofer M White Date: Mon, 13 Oct 2014 11:37:37 -0500 Subject: [PATCH] Doc fix --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ad656af..7ad68a0 100644 --- a/README.rst +++ b/README.rst @@ -9,7 +9,7 @@ Basically it lets you maintain your normal reddit account while having your hist Installation ----------- -The way I personally install Shreddit is via a handy tool called `virtualenv` which may come with your packagae manager or may be a part of your Python package in your distro (have a search if you can't find it). Both Python 2 and 4 are supported. +The way I personally install Shreddit is via a handy tool called `virtualenv` which may come with your packagae manager or may be a part of your Python package in your distro (have a search if you can't find it). Both Python 2 and 3 are supported. 1. Clone the repository 2. Enter the repository's directory and run `virtualenv .` (this creates a virtual environment)