- Fork pytube/antioch.git to YOUR_USERNAME using https://github.com/pytube/antioch#fork-destination-box
- Clone YOUR_USERNAME/antioch.git
git clone [email protected]:YOUR_USERNAME/antioch.git
- Configure upstream repository
git remote add upstream https://github.com/pytube/antioch.git
- To sync your fork with upstream
git fetch upstream
git checkout master
git merge upstream/master
- build
docker-compose build
docker-compose run antioch-tests