-
Notifications
You must be signed in to change notification settings - Fork 5
Docs
Jonathan Washington edited this page Oct 15, 2022
·
4 revisions
- Make sure you have an ssh key set up:
ls ~/.ssh/id_rsa.pub- If there's a file there, go to step 2.
- If there's not a file there, generate a key by running
ssh-keygen. You can safely press enter for all the prompts. - Add the generated key to GitHub:
cat /home/username/.ssh/id_rsa.pub- Logged into GitHub, go to
https://github.com/settings/keys - Click the green "New SSH key" button
- Enter the name of the computer you're on in the "Title" section
- Copy the entirety of the output of the cat command into the "Key" box
- Click "Add SSH key" to save it
- You might have to reënter your password
-
Clone the repository
-
cdinto the directory you want to work on UltraTrace in (e.g., Documents or Desktop) - Clone the repo:
git clone git@github.com:SwatPhonLab/UltraTrace.git
-
- Change into the UltraTrace directory and run UltraTrace!
cd ultratracepython3 -m ultratrace