Skip to content

Commit

Permalink
add pip install to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed Oct 7, 2015
1 parent 7879cba commit 61524e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/source/quickstart.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Basic Model and Quickstart
==========================

Install
-------

::

$ pip install distributed

Setup Network
-------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup

setup(name='distributed',
version='1.0.0',
version='1.0.1',
description='Distributed computing',
url='http://distributed.readthedocs.org/en/latest/',
maintainer='Matthew Rocklin',
Expand Down

0 comments on commit 61524e5

Please sign in to comment.