Skip to content

Commit

Permalink
Add dependencies required by cli
Browse files Browse the repository at this point in the history
The cli requires texttable, and now the setup scripts will install it.

Signed-off-by: Brian Warner <brian@bdwarner.com>
  • Loading branch information
brianwarner committed Jun 24, 2018
1 parent b37188e commit 93eb8d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion utilities/configure_pypy3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ fi
PYPY_PATH=$(dirname $(realpath $(which pypy3)))

$PYPY_PATH/pypy3 -m ensurepip
$PYPY_PATH/pip3 install pymysql bcrypt xlsxwriter
$PYPY_PATH/pip3 install pymysql bcrypt xlsxwriter texttable

2 changes: 1 addition & 1 deletion utilities/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@

sudo apt-get install apache2 mysql-client mysql-server php-cli php-mysql \
python3 python3-mysqldb libapache2-mod-php php-dom php-curl python3-bcrypt \
python3-xlsxwriter
python3-xlsxwriter python3-texttable

0 comments on commit 93eb8d2

Please sign in to comment.