This tutorial will guide you through the process of installing Anaconda, Python, Git and VS Code on your Mac.
- GitHub: A web-based platform that hosts the project files and provides collaboration features.
- Git: A version control system that allows you to download the project files and keep track of changes.
- Anaconda: A distribution of Python and R programming languages for scientific computing.
- VS Code: A code editor that provides syntax highlighting, debugging, and other features.
- Go to the official Anaconda website .
- Download the graphical macOS installer for your version of Python.
- Double-click the downloaded file and click Continue to start the installation.
- Answer the prompts on the Introduction, Read Me, and License screens. Anaconda recommends that you choose Install for me only.
- [Homework] Creat a new environment named nlpworkshop and activate it.
- Register Github account, recommended to get student education pack.
- Open Terminal and type
conda install git
and press Enter. - Follow the prompts to complete the installation.
- Follow the instruction to setup.
- [Homework] Find any github repository to
git clone [repository-name]
. - [Homework] Know how to use
git add/commit/push/pull
.
- Go to the official Visual Studio Code website.
- Download the macOS installer.
- Double-click the downloaded file and drag Visual Studio Code to your Applications folder.
- Install the jupyter lab add-on
Congratulations! You have successfully installed Anaconda, Python, Git and VS Code on your Mac. Next, we will learn about github repository contribution workflow.