diff options
author | chriseth <c@ethdev.com> | 2016-08-02 20:58:36 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-08-02 20:58:40 +0800 |
commit | 425977652415171cdd05ece02be3bb0b84b3f1e5 (patch) | |
tree | 3a9a86b6386b530252a6ef4a47867a7e7a053020 /scripts | |
parent | 2e174e1d19c5aeb7e58b06f81e193700d88c3ae7 (diff) | |
download | dexon-solidity-425977652415171cdd05ece02be3bb0b84b3f1e5.tar.gz dexon-solidity-425977652415171cdd05ece02be3bb0b84b3f1e5.tar.zst dexon-solidity-425977652415171cdd05ece02be3bb0b84b3f1e5.zip |
Install dependencies for docs.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/install_deps.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/install_deps.sh b/scripts/install_deps.sh index 865242c6..bf9bd9b2 100755 --- a/scripts/install_deps.sh +++ b/scripts/install_deps.sh @@ -202,6 +202,7 @@ case $(uname -s) in # Install "normal packages" sudo apt-get -y update sudo apt-get -y install \ + python-sphinx \ build-essential \ cmake \ g++ \ @@ -306,6 +307,7 @@ case $(uname -s) in sudo apt-get -y update sudo apt-get -y install \ + python-sphinx \ build-essential \ cmake \ git \ |