Skip to content

Commit

Permalink
Update setup readme
Browse files Browse the repository at this point in the history
  • Loading branch information
RDCH106 committed Dec 22, 2017
1 parent 2a7349d commit c0578e3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@ def requirements():
$ pycoinmon -c eur // convert prices to Euro
$ pycoinmon -c jpy // convert prices to Yen
You can use the ``-f`` (or ``--find``) with coin symbol to search
cryptocurrencies. You can add symbols seperated by space.
::
$ pycoinmon -f btc // search coins included keyword btc
$ pycoinmon -f btc eth // search coins included keyword btc or eth
You can use the ``-t`` (or ``--top``) with the index to find the top n
cryptocurrencies ranked by their market cap.
Expand Down

0 comments on commit c0578e3

Please sign in to comment.