Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull request for #78: Updates readme #79

Merged
merged 2 commits into from
Jul 20, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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