From ab92312a19f0688103f3db731dfa15238a9c60ae Mon Sep 17 00:00:00 2001 From: Olaf Szmidt Date: Wed, 31 Jan 2018 12:15:33 +0000 Subject: [PATCH] Link the Mac section at the bottom --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7872e3c3..85b6eaba8 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Even with these basic mechanics, there is quite a lot of complexity in creating ## Running Locally * Clone the repo -* Make and activate a virtualenv (We recommend [virtualenvwrapper](http://virtualenvwrapper.readthedocs.org/en/latest/index.html)) - if you have a **Mac see the section at the bottom**. +* Make and activate a virtualenv (We recommend [virtualenvwrapper](http://virtualenvwrapper.readthedocs.org/en/latest/index.html)) - if you have a **[Mac see the section at the bottom](https://github.com/ocadotechnology/aimmo#installing-virtualenvwrapper-on-mac)**. * e.g. the first time, `mkvirtualenv -a path/to/aimmo aimmo` * and thereafter `workon aimmo` * You may need to set your virtualenvwrapper version to python2. [See more here](https://stackoverflow.com/questions/32489304/change-default-python-version-with-virtualenvwrapper-virtualenv).