Skip to content
Snippets Groups Projects
Commit eee17de9 authored by Wernle, Alexandra Nicole's avatar Wernle, Alexandra Nicole Committed by Geels, Brendan Ryan
Browse files

Apply Alex's suggestion for bash syntax formatting.

parent dfa5e0f9
No related branches found
No related tags found
1 merge request!285Update install.md
......@@ -13,8 +13,9 @@ This document describes installation instructions for users. For those that wish
### Option 1: Anaconda/Miniconda (https://conda.io/miniconda.html)
1. Set up environment & install dependencies
conda create --name=geomagenv --channel conda-forge python=3 obspy pycurl
source activate geomagenv
```bash
conda create --name=geomagenv --channel conda-forge python=3 obspy pycurl
source activate geomagenv
2. Install **geomagio**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment