Skip to content

Commit

Permalink
Pull request for #78: Updates readme (#79)
Browse files Browse the repository at this point in the history
* #78 Updates readme

* Update README.md
  • Loading branch information
lboxell authored and Quan committed Jul 20, 2017
1 parent be3e534 commit 7ea9a9f
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -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
-------

Expand Down

0 comments on commit 7ea9a9f

Please sign in to comment.