Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
**Integration Testing:** [![CircleCI](https://circleci.com/gh/ReproNim/simple_workflow.svg?style=svg)](https://circleci.com/gh/ReproNim/simple_workflow)

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

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

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

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.
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:

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

Setup miniconda.
Setup miniconda:
```bash
chmod +x miniconda.sh
./miniconda.sh -b
Expand Down