diff --git a/pages-publish.sh b/pages-publish.sh index 4f977a6..5492e4b 100644 --- a/pages-publish.sh +++ b/pages-publish.sh @@ -1,7 +1,7 @@ #! /bin/bash # install tools -sudo apt-get install -y git make python3 python3-pip python3-setuptools +sudo apt-get install -y git make python3 python3-pip python3-setuptools python3-wheel # setup github config git config user.email "185067@nith.ac.in" diff --git a/requirements.txt b/requirements.txt index 5f13f5f..54e927d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ pelican -ghp-import \ No newline at end of file +ghp-import +wheel \ No newline at end of file