-
Notifications
You must be signed in to change notification settings - Fork 15
(NEW) Setting up a Windows Development Environment
Matt Ketkaroonkul edited this page Nov 16, 2022
·
3 revisions
- Just to keep things straightforward, let's not use Ubuntu WSL (for now). Sorry for the confusion
- Git for Windows is for managing the files and changes that happen on your computer.
- GitHub CLI. Not to be confused with Git for Windows. This helps you connect with your GitHub account and the code you have online.
- VSCode is a text editor. If you use another editor, feel free to use (just that it will be easier to be on the same page with VSCode)
- Conda for Windows is a platform for using Python and related libraries and tools. Useful for astronomy!
- When opening a CLI, make sure to right-click and select "Run as Administrator." This will help you get pass asking for permission when installing things.
- Issue the command on Windows PowerShell
gh auth login
- Pick "Github.com"
- Pick "HTTPS"
- Pick "Y" (yes)
- Pick "Login with a web browser"
- Copy-and-paste the code they give you in the prompt. Press Enter to open a webpage (the place to paste the code)
- One the top right corner of this webpage, there will be a button that allows you to fork this repo.
- There is a checkbox that asks to fork only the
mainbranch. Uncheck that box.