We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a15c9b commit 1d1e1e8Copy full SHA for 1d1e1e8
README.md
@@ -4,9 +4,14 @@
4
[](https://travis-ci.com/simonw/dbf-to-sqlite)
5
[](https://github.com/simonw/dbf-to-sqlite/blob/master/LICENSE)
6
7
-
8
CLI tool for converting DBF files (dBase, FoxPro etc) to SQLite.
9
+## Installation
10
+
11
+ pip install dbf-to-sqlite
12
13
+## Usage
14
15
$ dbf-to-sqlite --help
16
Usage: dbf-to-sqlite [OPTIONS] DBF_PATHS... SQLITE_DB
17
0 commit comments