commit 873d8de941215f386e9786b81b47988b060bbc93
parent 22eeea0d80d6e08407e4dd10fce5615927cf3dad
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 22 Jul 2020 23:21:37 +0200
include pip3 install step in bootstrap for codespell
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/bootstrap-codespell b/bootstrap-codespell
@@ -13,6 +13,8 @@ REPOS="libmicrohttpd gnunet"
cd $HOME
+pip3 install --user codespell
+
for component in $REPOS; do
if ! test -d $HOME/$component; then
git clone git://git.gnunet.org/$component.git