Skip to content

Commit

Permalink
DOC: Removed trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
richafrank committed Jul 3, 2018
1 parent 204409b commit 20d9a22
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,10 @@ channel:
Managing ``conda`` environments
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
It is recommended to install Zipline in an isolated ``conda`` environment.
Installing Zipline in ``conda`` environments will not interfere your default
Python deployment or site-packages, which will prevent any possible conflict
with your global libraries. For more information on ``conda`` environment, see
It is recommended to install Zipline in an isolated ``conda`` environment.
Installing Zipline in ``conda`` environments will not interfere your default
Python deployment or site-packages, which will prevent any possible conflict
with your global libraries. For more information on ``conda`` environment, see
the `Conda User Guide <https://conda.io/docs/user-guide/tasks/manage-environments.html>`_

Assuming ``conda`` has been set up, you can create a ``conda`` environment:
Expand All @@ -157,7 +157,7 @@ Assuming ``conda`` has been set up, you can create a ``conda`` environment:
Now you have set up an isolated environment called ``env_zipline``, a sandbox-like
structure to install Zipline. Then you should activate the conda environment
structure to install Zipline. Then you should activate the conda environment
by using the command

.. code-block:: bash
Expand Down

0 comments on commit 20d9a22

Please sign in to comment.