Skip to content

Commit

Permalink
Merge pull request #1195 from cpcloud/server-install-doc
Browse files Browse the repository at this point in the history
Add pyyaml to all.recipe and add doc note about them
  • Loading branch information
cpcloud committed Aug 5, 2015
2 parents bed2c36 + a5d1061 commit 5dd096a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion all.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ requirements:
- numba
- bcolz
- unittest2 [py26]
- pyyaml

test:
requires:
- pytest >=2.7.0
- dask
- dynd-python
- pytables
- yaml
- pyyaml
- h5py

Expand Down
1 change: 0 additions & 1 deletion core.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ test:
- dask
- dynd-python
- pytables
- yaml
- pyyaml
- h5py

Expand Down
9 changes: 9 additions & 0 deletions docs/source/server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,15 @@ Serving Data from the Command Line

Blaze ships with a command line tool called ``blaze-server`` to serve up data specified in a YAML file.

.. note::

To use the YAML specification feature of Blaze server please install
the ``pyyaml`` library. This can be done easily with ``conda``:

.. code-block:: sh
conda install pyyaml
YAML Specification
------------------

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ psutil
pytest
bcolz
numba
pyyaml

0 comments on commit 5dd096a

Please sign in to comment.