Add install in readme
This commit is contained in:
parent
a36c421661
commit
ea36197fa2
1 changed files with 8 additions and 1 deletions
|
@ -4,10 +4,17 @@
|
||||||
![PyPI - Format](https://img.shields.io/pypi/format/ofx-processor)
|
![PyPI - Format](https://img.shields.io/pypi/format/ofx-processor)
|
||||||
![PyPI - Status](https://img.shields.io/pypi/status/ofx-processor)
|
![PyPI - Status](https://img.shields.io/pypi/status/ofx-processor)
|
||||||
|
|
||||||
|
## Install
|
||||||
|
|
||||||
|
```shell
|
||||||
|
python -m pip install ofx-processor
|
||||||
|
```
|
||||||
|
|
||||||
|
https://pypi.org/project/ofx-processor/
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```shell script
|
```
|
||||||
Usage: ynab [OPTIONS] COMMAND [ARGS]...
|
Usage: ynab [OPTIONS] COMMAND [ARGS]...
|
||||||
|
|
||||||
Import your data to YNAB with the processors listed below or manage your
|
Import your data to YNAB with the processors listed below or manage your
|
||||||
|
|
Loading…
Reference in a new issue