Skip to content

Commit

Permalink
fixed install instructions and updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
F483 committed Nov 20, 2015
1 parent a867d06 commit 8a994b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Install client
$ sudo apt-get install python python-pip graphviz
$ sudo apt-get install python-dev libgraphviz-dev pkg-config gcc

# If you are using virtualenv you may need to instal graphviz from the system package.
# Some systems may need to install graphviz from the system package first.
$ sudo pip install pygraphviz --install-option="--include-path=/usr/include/graphviz" --install-option="--library-path=/usr/lib/graphviz/"

$ sudo pip install dataserv-client
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ future >= 0.15.0
btctxstore >= 4.6.0
psutil >= 3.2.2
storjcore >= 0.0.6
storjnode >= 0.0.17
storjnode >= 0.0.18

0 comments on commit 8a994b1

Please sign in to comment.