diff --git a/docs/INSTALL.md b/docs/INSTALL.md index ac79a4a..3f45bf7 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -38,7 +38,7 @@ Before running `piku` for the first time, you need to install the following Pyth ```bash sudo apt-get install git python-virtualenv python-pip -sudo pip install -U click click-repl +sudo pip install -U click ``` ### Raspbian Wheezy @@ -46,7 +46,7 @@ sudo pip install -U click click-repl ```bash sudo apt-get install git python2.7 sudo easy_install -U pip -sudo pip install -U click click-repl virtualenv +sudo pip install -U click virtualenv ``` These may or may not be installed already (`click` usually isn't). For Raspbian Wheezy this is the preferred approach, since current `apt` packages are fairly outdated. diff --git a/docs/RASPBERRY_PI_QUICKSTART.md b/docs/RASPBERRY_PI_QUICKSTART.md index 6cf3d43..c67a8fa 100644 --- a/docs/RASPBERRY_PI_QUICKSTART.md +++ b/docs/RASPBERRY_PI_QUICKSTART.md @@ -49,7 +49,7 @@ As of April 2016, the shipping versions with Raspbian are recent enough to run ` ```bash # as 'pi' user sudo apt install -y python-virtualenv python-pip git uwsgi uwsgi-plugin-python incron nginx -sudo pip install -U click click-repl +sudo pip install -U click sudo reboot ``` diff --git a/docs/SCRIPTS.md b/docs/SCRIPTS.md index 83b8f60..16d4abd 100644 --- a/docs/SCRIPTS.md +++ b/docs/SCRIPTS.md @@ -7,7 +7,7 @@ sudo apt-get update sudo apt-get -y dist-upgrade sudo apt-get -y autoremove sudo apt-get install -y tmux vim htop fail2ban uwsgi uwsgi-plugin-python uwsgi-plugin-python3 uwsgi-plugin-asyncio-python3 uwsgi-plugin-gevent-python uwsgi-plugin-tornado-python nginx incron libxml2-dev libxslt1-dev python-dev zlib1g-dev build-essential git python-virtualenv python-pip -sudo pip install -U click click-repl pip +sudo pip install -U click pip sudo adduser --disabled-password --gecos 'PaaS access' --ingroup www-data piku # move to /tmp and grab our distribution files