Skip to content

Instantly share code, notes, and snippets.

@jmsktm
Created May 5, 2019 00:23
Show Gist options
  • Save jmsktm/55088fc68759875efee7bf537d2bf16f to your computer and use it in GitHub Desktop.
Save jmsktm/55088fc68759875efee7bf537d2bf16f to your computer and use it in GitHub Desktop.
#!/bin/bash
WORKSPACE_PATH="/home/workspace/capstone_ws"
PROJECT_NAME="project"
rm -rf $WORKSPACE_PATH
mkdir -p $WORKSPACE_PATH && cd $WORKSPACE_PATH
git clone https://github.com/jmsktm/T2-CapstoneProject.git $PROJECT_NAME
cd $PROJECT_NAME
sudo apt update
pip install -r requirements.txt
sudo apt update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment