From e698051a8d086b53c06e5ed08fef21d7f2157563 Mon Sep 17 00:00:00 2001 From: Morten Enemark Lund Date: Thu, 11 Feb 2016 09:35:53 +0100 Subject: [PATCH] Fix install command for development version --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 0fdccdea9..1fac7f3a8 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -108,7 +108,7 @@ You can install xonsh using conda, pip, or from source. $ conda install -c xonsh xonsh -.. note:: For the bleeding edge development version use ``conda -c xonsh/channel/dev xonsh`` +.. note:: For the bleeding edge development version use ``conda install -c xonsh/channel/dev xonsh`` **pip:**