Skip to content

Commit

Permalink
change to emph docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew MacManes committed Apr 18, 2019
1 parent 14ac697 commit d24d2e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion aws_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ These instructions work with a standard Ubuntu 16.04 or 18.04 machine available
This is typically necessary only when starting from a fresh machine.

```
sudo apt-get update && sudo apt-get -y upgrade && sudo apt-get -y install build-essential git python python-pip libxml2-dev libz-dev
sudo apt-get update && sudo apt-get -y upgrade && sudo apt-get -y install build-essential git python python-pip libxml2-dev libz-dev sudo nano wget curl
```


Expand Down
11 changes: 5 additions & 6 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,16 @@ Some method you'd like me to benchmark? File an `issue <https://github.com/macma

1. Installing the software
-----------------------------------
In general, the ORP can be successfully and easily installed on Linux operating systems. OSX might work,
but I have not tried and it is unsupported. Don't try this on Windows. You can install via Docker.

Here are the instructions for installation. Getting stuff installed will be the hard part (the included makefile should do must/all of the hard work, though). Once you have things installed, should be smooth sailing! Make sure and run the test dataset.
_Docker is the preferred installation method!!!!_

--------------------------------------------------
:doc:`aws_setup`
:doc:`docker_install`
--------------------------------------------------

If you cannot use docker, then look at these instructions for installing manually, on Linux operating systems.

--------------------------------------------------
:doc:`docker_install`
:doc:`aws_setup`
--------------------------------------------------


Expand Down

0 comments on commit d24d2e1

Please sign in to comment.