Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 687 Bytes

File metadata and controls

24 lines (18 loc) · 687 Bytes

Download and install miniconda

If you do not have conda install, please follow the instructions below.

Install on Linux

curl -OL https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
bash Miniconda3-latest-Linux-x86_64.sh -b

Install on Mac (Intel Chip)

curl -OL https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh
bash Miniconda3-latest-MacOSX-x86_64.sh -b

Install on Mac (M1 chip)

curl -OL https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-arm64.sh
bash Miniconda3-latest-MacOSX-arm64.sh -b

Note: The -b option runs the installer in batch mode, saying yes to all prompts.