From 5ae668a978c5a3967cb23aa0c9c3dbd6cb6867d4 Mon Sep 17 00:00:00 2001 From: Sam Perry Date: Mon, 14 Sep 2015 19:09:58 +0100 Subject: [PATCH] updated the README --- code/README | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/code/README b/code/README index 078e5c5..9b5ec0f 100644 --- a/code/README +++ b/code/README @@ -3,7 +3,7 @@ Final Year Project - Concatenative Corpus Synthesis INSTALLATION ============ To install python package dependencies for this program simply run: -python setup.py develop +./install.sh from the code/ directory of this project on the command line EXTERNAL DEPENDENCIES @@ -55,17 +55,13 @@ pyenv global 2.7.10 # To return to system python run pyenv global system -However the default OSX version can still be used if necessary though it is likely that components such as pip, easy install and setup tools will need to be updated before installing this package. +However the default OSX version can still be used if necessary though it is likely that components such as pip, easy install and setup tools will need to be installed/updated before installing this package. Example install commands ======================== This is a tested list of commands that will get a clean install of OSX 10.10.5 to run the project. - # Install xcode command line tools xcode-select --install -# Download project -./get_project.sh -cd FYP_Max_prototype # Install Homebrew package manager ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" # Install gcc for fortran compilation