Skip to content

Commit

Permalink
DOC: Add local installation in dev guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
willianpaixao authored and Scott Sanderson committed Sep 11, 2018
1 parent d809ec1 commit a7a6fd2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/source/development-guidelines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,19 @@ The following section assumes you already have virtualenvwrapper and pip install
$ pip install -r ./etc/requirements_dev.txt
$ pip install -r ./etc/requirements_blaze.txt
Finally, you can build the C extensions by running:
You can build the C extensions by running:

.. code-block:: bash
$ python setup.py build_ext --inplace
In case you want to install the package locally and use ``zipline`` wrapper script:

.. code-block:: bash
$ pip install -e .
$ zipline --help
To finish, make sure `tests`__ pass.

__ #style-guide-running-tests
Expand Down

0 comments on commit a7a6fd2

Please sign in to comment.