Skip to content

Commit

Permalink
Improved README.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbywater committed Oct 4, 2017
1 parent 7749053 commit b1c3638
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,19 @@
## Install

Use pip to install the [latest distribution](https://pypi.python.org/pypi/quantdsl) from
the Python Package Index.
the Python Package Index. You may feedback [issues on GitHub](https://github.com/johnbywater/quantdsl/issues).

```
pip install quantdsl
```

Please note, this library depends on SciPy, which fails to install with some older versions of pip. In case of
Please note, this library depends on SciPy, which can fail to install with some older versions of pip. In case of
difficulty, please try again after upgrading pip.

```
pip install --upgrade pip
```

Please feedback [issues on GitHub](https://github.com/johnbywater/quantdsl/issues).


## Overview

Expand Down

0 comments on commit b1c3638

Please sign in to comment.