Skip to content

Instantly share code, notes, and snippets.

@PierreZ
Created September 10, 2017 10:26
Show Gist options
  • Save PierreZ/6807d71bc0c4b05b4528854ec9299104 to your computer and use it in GitHub Desktop.
Save PierreZ/6807d71bc0c4b05b4528854ec9299104 to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo mv kepler2warp10 /bin
sudo apt update
sudo apt upgrade
sudo apt install vim git python3-pip build-essential python3-tk manpages-dev gcc python3-dev -y
git clone https://github.com/PierreZ/kepler-lens.git kepler
cd kepler
sudo pip3 install -r requirements.txt
# python main.py init k2 --path /home/debian/.kepler --endpoint https://kepler.pierrezemb.org --wtoken
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment