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 ~~~~~~~~~~~~~~~~