Skip to content

Commit de7daac

Browse files
authored
Merge pull request #10 from yarikoptic/enh-readme
DOC: improve README to point to needing curl and unzip to install env etc
2 parents 56545d1 + 493952c commit de7daac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
**Integration Testing:** [![CircleCI](https://circleci.com/gh/ReproNim/simple_workflow.svg?style=svg)](https://circleci.com/gh/ReproNim/simple_workflow)
22

3-
**Note:** This demo is intended to run on OS X and Linux environments.
3+
**Note:** This demo is intended to run on OS X and GNU/Linux environments.
44

55
#### Information queried from NITRC-IR and stored in a google spreadsheet
66
https://docs.google.com/spreadsheets/d/11an55u9t2TAf0EV2pHN0vOd8Ww2Gie-tHp9xGULh_dA
@@ -10,7 +10,7 @@ https://docs.google.com/spreadsheets/d/11an55u9t2TAf0EV2pHN0vOd8Ww2Gie-tHp9xGULh
1010

1111
2. If you already have a `conda` environment, please follow the detailed steps below.
1212

13-
3. If you do not have a conda environment, the following step will download and install a Python 2 conda environment with the appropriate python packages.
13+
3. If you do not have a conda environment, make sure you have `curl` and `unzip` commands available, and the following step will download and install a Python 2 conda environment with the appropriate Python packages:
1414

1515
```bash
1616
curl -Ok https://raw.githubusercontent.com/ReproNim/simple_workflow/e4063fa95cb494da496565ec27c4ffe8a4901c45/Simple_Prep.sh
@@ -43,7 +43,7 @@ For OS X:
4343
curl -o miniconda.sh http://repo.continuum.io/miniconda/Miniconda2-latest-MacOSX-x86_64.sh
4444
```
4545

46-
Setup miniconda.
46+
Setup miniconda:
4747
```bash
4848
chmod +x miniconda.sh
4949
./miniconda.sh -b

0 commit comments

Comments
 (0)