Setup Guide =========== Getting Started --------------- 1. 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. 2. Download and install `git `_. For a beginner-friendly tutorial, refer to `this guide `_. 3. Download and install `Miniconda `_. 4. Download and install `PyCharm `_. Request the free `Student Pack `_ with your university email. 5. 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. 6. 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. Computing Resources -------------------