FIX: DOCS install

This commit is contained in:
Victor Grau Serrat
2017-10-27 10:31:14 -06:00
parent 5f8016c67e
commit b749d47a61
+10 -1
View File
@@ -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 <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
~~~~~~~~~~~~~~~~