Root repo for twilight
Make sure you have Python and pip installed before starting
There are a couple components of the twilight. To get all of them we use a tool called repo
-
Install repo - https://android.googlesource.com/tools/repo/
Mac OS
brew install repo
Ubuntu 14.04+
sudo apt install repo
-
Make a directory to house your twilight work
mkdir twilight
-
Within this directory run the following command to start managing the projects
repo init -u [email protected]:acm-uiuc/twilight
-
Run the following command to grab the latest of all the repos
repo sync