Skip to content

Useful Links and Commands

Wyatt edited this page Dec 9, 2020 · 2 revisions

Table of Contents

Anaconda

Main Installation Page

Managing Environments Site Page

Miniconda Information Page (Install with Homebrew)

Create New Environment from yml file

conda env create -f environment.yml

Homebrew

Homebrew Information Page

Install Homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Clone this wiki locally