ADTLib

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit d662817cfb1c671a13db0e104bb96b6c00cf9e2b
parent ac99c07020b914789df872c97ba8ffafdcf39720
Author: CarlSouthall <carl.southall@bcu.ac.uk>
Date:   Wed,  3 Aug 2016 12:10:42 +0100

Update install.md
Diffstat:
Minstall.md | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/install.md b/install.md @@ -1,12 +1,12 @@ # Install -This page contains information regarding installing ADTLib. It is suggested to install the package using [pip](https://pypi.python.org/pypi/pip). If pip is not already installed install it using. +This page contains information regarding installing ADTLib. It is suggested to install the package using [pip](https://pypi.python.org/pypi/pip). If pip is not already installed install it using: easy_install pip #### Required packages. -ADTLib requires the following packages to already be installed. +ADTLib requires the following packages to already be installed: • [numpy](https://www.numpy.org) • [scipy](https://www.scipy.org) @@ -14,11 +14,11 @@ ADTLib requires the following packages to already be installed. • [madmom](https://github.com/CPJKU/madmom) • [tensorflow](https://www.tensorflow.org/) -If these are already installed install ADTLib using the following +If these are already installed install ADTLib using: pip install ADTLib -To update the libary use +To update the libary use: pip install --upgrade ADTlib @@ -27,7 +27,7 @@ If you do not already have the required packages the easiest way to install them https://github.com/tensorflow/tensorflow/blob/master/tensorflow/g3doc/get_started/os_setup.md -Then install ADTLib using the command above and all other dependencies should install. +Then install ADTLib using the command above, this should install all remaining dependencies. If problems occur try installing each package one by one using: