updated the README

This commit is contained in:
2015-09-14 19:09:58 +01:00
parent 2b7af79c73
commit 5ae668a978
+2 -6
View File
@@ -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