Setup Guide
Getting Started
Sign up at GitHub if you don’t already have an account. Don’t forget to apply for the GitHub Student Developer Pack by verifying your student status.
Download and install git. For a beginner-friendly tutorial, refer to this guide.
Download and install Miniconda.
Download and install PyCharm. Request the free Student Pack with your university email.
Get familiar with Unix. This is needed when you remotely access the supercomputing systems from your local computer. As there is no UI/UX, you will need to be able to use terminal. Here is one tutorial that you can go through.
Get familiar with Vim. This is an editor that you use for editing files on the remote computer, the best way to learn vim is to open a terminal and type vim. If it is installed, it should fire up the vim tutorial for you to go through. Here is a brief introduction to Vim.