From a7fd09be9b2b0cc2ebf93f3db29bd6d16257d4d1 Mon Sep 17 00:00:00 2001
From: Derek Kita <dkita@mit.edu>
Date: Sun, 11 Feb 2018 15:30:03 -0500
Subject: [PATCH] fix to install

---
 docs/source/installation.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/source/installation.rst b/docs/source/installation.rst
index 014115e..9713d53 100644
--- a/docs/source/installation.rst
+++ b/docs/source/installation.rst
@@ -6,7 +6,7 @@ PICwriter is tested on python versions 2.7, 3.4, 3.5, and 3.6 on Linux, OS X, an
 Requirements
 ------------
 
-A working version of python is required for using the PICwriter library.  You can go to `python.org <https://www.python.org/downloads/>`_ to download python (or check if it's installed on your computer by running `python --version` in a command prompt or terminal.  I personally recommend downloading `Anaconda <https://www.anaconda.com/download/>`_ since it includes several nice scientific libraries, the conda package manager, Spyder IDE, and other niceties.
+A working version of python is required for using the PICwriter library.  You can go to `python.org <https://www.python.org/downloads/>`_ to download python (or check if it's installed on your computer by running `python -\\-version` in a command prompt or terminal.  I personally recommend downloading `Anaconda <https://www.anaconda.com/download/>`_ since it includes several nice scientific libraries, the conda package manager, Spyder IDE, and other niceties.
 
 Installation (Linux / OS X)
 ---------------------------