Skip to content

Commit

Permalink
updated README installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
yig committed Aug 30, 2017
1 parent ce58b6d commit 6e5d905
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,13 @@ x.row = E[ x.row ]

# Installation

## From GitHub
## Via `pip`

```bash
pip install git+https://github.com/yig/PySPQR.git
```

## Manually from GitHub

As user:

Expand All @@ -81,10 +87,10 @@ As admin, change the last command to
sudo python setup.py install
```

## Old method
## Directly

Copy the `.py` files next to your source code,
or leave them in this directory and call it as a module.
Copy the three `sparseqr/*.py` files next to your source code,
or leave them in their directory and call it as a module.


# Tested on
Expand Down

0 comments on commit 6e5d905

Please sign in to comment.