Skip to content
This repository was archived by the owner on Jan 22, 2023. It is now read-only.

Commit a39f2f7

Browse files
authored
Update README.md
1 parent 4548f93 commit a39f2f7

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

+12-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/rlyonheart/occli)
1212
![GitHub repo size](https://img.shields.io/github/repo-size/rlyonheart/occli)
1313

14-
**OpenCorporates** *is a website that shares data on corporations under the copyleft Open Database License. This is an unofficial open corporates python command line tool.*
14+
**OpenCorporates** *is a website that shares data on corporations under the copyleft Open Database License.
15+
This is an unofficial open corporates python command line tool.*
1516

1617
# Installation
1718
**Clone the repo**:
@@ -21,11 +22,19 @@
2122
2223
> <code>$ python occli</code>
2324
25+
26+
**Or Install from pypi**
27+
> <code>$ pip install occli</code>
28+
29+
> <code>$ occli</code>
30+
31+
2432
# Optional Args
2533
| Flag | Or |MetaVar| Usage|
2634
| ------------- |:-------------:|:----------------------:|:---------:|
27-
| <code>-o</code> | <code>--outfile</code> | **FILENAME** | *Output filename* |
28-
| <code>-r</code> | <code>--raw</code> | | *return results in raw json format* |
35+
| <code>-o</code> | <code>--outfile</code> | **FILENAME** | *output filename* |
36+
| <code>-r</code> | <code>--raw</code> | | *return results in raw json* |
2937
| <code>-v</code> | <code>--verbosity</code> | | *run program in verbose mode* |
3038

3139

40+
by [Richard Mwewa](https://about.me/rlyonheart)

0 commit comments

Comments
 (0)