From 7ea9a9f4002bde9ca96433a76bf096635f1f349e Mon Sep 17 00:00:00 2001 From: Levi Boxell Date: Thu, 20 Jul 2017 16:25:31 -0700 Subject: [PATCH] Pull request for #78: Updates readme (#79) * #78 Updates readme * Update README.md --- README.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1d14f23..964b177 100644 --- a/README.md +++ b/README.md @@ -18,17 +18,8 @@ Requirements Installation ------------ -To install this repository's Python libraries, run the `setup.py` script at its root -with the command (note that you may have to prefix these commands with `sudo`): -``` -python setup.py install clean -``` - -where the optional clean command deletes files used in installating the libraries -after installation is complete. - -One can use `pip` to assist with this installation procedure by using the commands: +The preferred installation method is to use [pip](https://pypi.python.org/pypi/pip): ``` pip install git+ssh://git@github.com/gslab-econ/gslab_python.git@master ``` @@ -42,6 +33,14 @@ Note that this installation procedure may require obtaining machine privileges t say, a `sudo` command. +Alternatively, one may use: + +``` +python setup.py install clean +``` + +However, this installation method may not remove previous versions of `gslab_tools`. + Testing -------