Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mlouielu committed May 13, 2019
1 parent ec66382 commit 1be30e2
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,22 +32,26 @@ twstock 台灣股市股票價格擷取

## Install

from pip (recommand):
By PyPi

```
$ pip install --user twstock
$ python -m pip install --user twstock
```

or
By Source

$ sudo pip install twstock
```
$ git clone https://github.com/mlouielu/twstock
$ cd twstock
$ pipenv install
```

from GitHub:
By Source & install

```
$ git clone https://github.com/mlouielu/twstock
$ cd twstock
$ pip install flit # If you didn't install flit before
$ python -m pip install --user flit
$ flit install
```

Expand Down

0 comments on commit 1be30e2

Please sign in to comment.