From b749d47a61abba7edcf0021ef06c509c51a4d1ce Mon Sep 17 00:00:00 2001 From: Victor Grau Serrat Date: Fri, 27 Oct 2017 10:31:14 -0600 Subject: [PATCH] FIX: DOCS install --- docs/source/install.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/source/install.rst b/docs/source/install.rst index 028f9295..f663d4fb 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -41,7 +41,7 @@ version: $ virtualenv catalyst-venv $ source ./catalyst-venv/bin/activate - $ pip install enigma- + $ pip install enigma-catalyst Though not required by Catalyst directly, our example algorithms use matplotlib to visually display the results of the trading algorithms. If you wish to run @@ -132,6 +132,15 @@ it and install it before proceeding to the next step. For windows, the easiest and best supported way to install Catalyst is to use :ref:`Conda `. +Troubleshooting Visual C++ Compiler Install +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +We run into two different errors when trying to install the the `Microsoft Visual C++ +Compiler for Python 2.7` mentioned above: + +- + + Amazon Linux AMI ~~~~~~~~~~~~~~~~