master | develop |
---|---|
https://s3-eu-west-1.amazonaws.com/kcl-chit-chat-artifacts/index.html
- Docker CE
- Python 3 with
invoke-tools==0.2.0
Docker can be installed by following the guides for your OS on their website: https://docs.docker.com/engine/installation/
- Install Python 3
sudo apt-get install python3 python3-pip
- Install invoke-tools
sudo pip3 install --upgrade invoke-tools
- Install Python 3 using Homebrew.
brew install python3
- Upgrade pip3
sudo pip3 install --upgrade pip
- Install
invoke-tools
sudo pip3 install --upgrade invoke-tools