We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85c25ec commit da9ec2bCopy full SHA for da9ec2b
README.md
@@ -11,6 +11,15 @@
11
Documentation is built automatically and can be found on
12
https://russiannames.readthedocs.org/en/latest/
13
14
+## Installation
15
+
16
+To install Python library use `pip install russiannames` via pip or `python setup.py install`
17
18
+To use database you need MongoDB instance.
19
+Unpack db_data_bson.zip file from https://github.com/datacoon/russiannames/blob/master/data/bson/db_dump_bson.zip
20
21
+and use `mongorestore` command to restore `names` database with 3 collections: names, surnames and midnames
22
23
## Features
24
25
Database of names used for identification
0 commit comments