> ## Content Index
> Fetch the complete content index at: https://bioinformatics.ghost.io/llms.txt
> Use this file to discover other available public pages before exploring further.

# Anaconda
- URL: https://bioinformatics.ghost.io/anaconda/
- Published: 2017-10-29T01:05:27.000Z
- Updated: 2017-10-29T01:05:27.000Z
- Author: Aarthi Ramakrishnan
- Tags: programming, #Import 2026-08-27 15:34

Anaconda is a must have tool for every bioinformatician as it helps in getting an analysis done, rather than wasting time in the installation of tools. Following are steps to install Anaconda -

1. Download Anaconda from [here](https://www.anaconda.com/download/?ref=bioinformatics.ghost.io#macos). Choose the command line version.
2. To install it, type

```bash
bash Anaconda2-5.0.1-MacOSX-x86_64.sh

```

on the command line and follow the prompts for installation.

All done! Anaconda supports a wide range of tools. If you would like to install a tool, simply type the tool's name followed by 'conda' in the google search bar. Click on the first anaconda page link, copy the line of code given on the page and run it on your terminal.

**Tip:** Anaconda takes up approximately 12GB of space on a Mac. Therefore, it is not advisable to download anaconda on a laptop with limited storage. It is better suited for a server/cluster environment.