From e1f6b6499d180ec8906b7d5642e23494c419f95e Mon Sep 17 00:00:00 2001 From: Shane Jaroch Date: Wed, 5 Aug 2020 21:11:19 -0400 Subject: [PATCH] update readme --- README.rst | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 395f7a7..f64d7ef 100644 --- a/README.rst +++ b/README.rst @@ -11,11 +11,18 @@ Pypi page: https://pypi.org/project/nutra Building the database ######################### -1. Inside ``/data`` folder, run :code:`bash setup.sh` +1. Install ``access2csv`` dependency, :code:`git submodule update --init` -2. Now run :code:`python3 process.py` -3. Create the database with :code:`sqlite3 nutra.db` +2. Download database and process into CSV files, + +.. code-block:: bash + + cd data + bash setup.sh + python3 process.py + +3. Create the database with :code:`sqlite3 nutra.db`, AND FOLLOW STEP 4 FROM INSIDE THE SQL SHELL 4. Create the tables, import the data, and save: -- 2.52.0