From 153b8f5ad2c7caf300238b91932bb5280b805680 Mon Sep 17 00:00:00 2001 From: Eddie McWhirter <emcwhirter@usgs.gov> Date: Wed, 1 Jul 2015 13:39:46 -0600 Subject: [PATCH] Include URLs in external links. --- readme_dependency_install.md | 14 +++++++++----- readme_develop_install.md | 4 ++-- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/readme_dependency_install.md b/readme_dependency_install.md index 06f9eb10..be0863c6 100644 --- a/readme_dependency_install.md +++ b/readme_dependency_install.md @@ -2,7 +2,8 @@ Readme install dependencies ## Install ## -We recommend using [virtual environments][]. +We recommend using +[virtual environments (http://docs.python-guide.org/en/latest/dev/virtualenvs/)][]. Check out the [Mac](#mac) and [Windows](#windows) details below for more specific dependency information. @@ -33,7 +34,7 @@ The [Usage](readme_usage.md) page has more detailed instructions and examples. pip install numpy 1. Install `node`, `git` and `python` (2.7.X). - On OS X, we recommend using [Homebrew][] + On OS X, we recommend using [Homebrew (http://brew.sh/)][] brew install node brew install git @@ -58,15 +59,18 @@ The [Usage](readme_usage.md) page has more detailed instructions and examples. --- ### Windows ### -1. You will need a terminal tool for Windows. [Git Bash][] was used to test - these steps, but [Cygwin][] or another unix-like editor should work too. +1. You will need a terminal tool for Windows. + [Git Bash (http://git-scm.com/download/win)][] was used to test + these steps, but [Cygwin (http://cygwin.com/install.html)][] or another + unix-like editor should work too. - Choosing PATH environment: We recommend the __last option__ here to include Unix tools, but if you don't understand what that entails then use the _second option_ which still adds Git to your system PATH. - Besides that, all of the defaults should be sufficient. -1. Install [Anaconda][], which includes `numpy`, `scipy` and `flake8`. +1. Install [Anaconda (http://continuum.io/downloads)][], which includes + `numpy`, `scipy` and `flake8`. - We recommend using _"Just Me"_ for the install to avoid potential admin issues. diff --git a/readme_develop_install.md b/readme_develop_install.md index d787ec86..1b07b644 100644 --- a/readme_develop_install.md +++ b/readme_develop_install.md @@ -33,8 +33,8 @@ Begin Developing --- ### Windows ### -1. Install the newest release of [Node][] for Windows, using the Windows - Installer (.msi). +1. Install the newest release of [Node (http://nodejs.org/download/)][] for + Windows, using the Windows Installer (.msi). - All of the defaults should be sufficient. 1. Close and re-open your terminal so that your new PATH is loaded. -- GitLab