Everyone should make an account on Github (https://github.com/). Then, follow the instructions for your OS.
- Most likely you already have git installed. If you don't, see https://git-scm.com/book/en/v2/Getting-Started-Installing-Git or ask Jatin.
- Open terminal.
- Run:
git config --global user.name "<Your name>" - Run:
git config --global user.email <Your email> - Run
cd Desktop - Run:
git clone https://github.com/AIDA-UIUC/Bootcamp-FA21.git - Download conda from https://www.anaconda.com/products/individual-d
- Run:
conda install -c pytorch pytorch. Then runpip install -r requirements.txt. - Run:
jupyter notebook - Execute the code in
setup_test.ipynband make sure it worked - Create a new git repository on Github. You can do this from the website.
- Run:
git remote set-url origin <new git URL> - Run:
git add -u - Run:
git push
- Download git for windows from https://git-scm.com/downloads
- Open the git bash program
- Run:
git config --global user.name "<Your name>" - Run:
git config --global user.email <Your email> - Run:
cd Desktop && touch hi.txt - See if
hi.txtexists in your Desktop. If you've never used terminal before, this shows that terminal is another interface to your computer. Until now you've probably used what is called a GUI (graphical user interface) like Chrome and Finder to do things. Terminal is a more expansive, text-based way to do things with your computer. - Run:
git clone https://github.com/AIDA-UIUC/Bootcamp-FA21.git - Download conda from https://www.anaconda.com/products/individual-d
- Open the anaconda prompt program
- Run:
cd Desktop/Bootcamp-FA21 - Run:
conda install -c pytorch pytorch. Then runpip install -r requirements.txt. - Run:
jupyter notebook - Execute the code in
setup_test.ipynband make sure it worked - Create a new git repository on Github. You can do this from the website.
- Run:
git remote set-url origin <new git URL> - Run:
git add -u - Run:
git push