Skip to content

Commit

Permalink
Remove Anaconda instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
vinisalazar committed Oct 9, 2024
1 parent 34b6c26 commit e9f8e80
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/tutorials/git/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ TO-DOs:

**Mac:** Open the Terminal (Command + Spacebar and type "Terminal"), and type `git --version`. Follow the on-screen prompts to install XCode.

**Anaconda:** If you have Anaconda, changes are you already have Git installed. Open either a Terminal or an Anaconda
Prompt, and type `git --version`. If you are already have Git installed, it will show the version number.
Otherwise, you can install it with `conda install git -y`.

**Linux:** for Debian-based distributions, you can run `sudo apt install git-all`. For other options, [see here.](https://git-scm.com/download/linux)

**Create a GitHub account**
Expand Down

0 comments on commit e9f8e80

Please sign in to comment.