Skip to content

Commit 1d1e1e8

Browse files
authored
Added installation note
1 parent 2a15c9b commit 1d1e1e8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@
44
[![Travis CI](https://travis-ci.com/simonw/dbf-to-sqlite.svg?branch=master)](https://travis-ci.com/simonw/dbf-to-sqlite)
55
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/simonw/dbf-to-sqlite/blob/master/LICENSE)
66

7-
87
CLI tool for converting DBF files (dBase, FoxPro etc) to SQLite.
98

9+
## Installation
10+
11+
pip install dbf-to-sqlite
12+
13+
## Usage
14+
1015
$ dbf-to-sqlite --help
1116
Usage: dbf-to-sqlite [OPTIONS] DBF_PATHS... SQLITE_DB
1217

0 commit comments

Comments
 (0)