From eb39af84307813de81b2a4df187d65b2d77d595c Mon Sep 17 00:00:00 2001 From: Gusev Anton <gusev_aa@groupbwt.com> Date: Fri, 14 Jun 2019 11:11:07 +0300 Subject: [PATCH] add README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..35436e8 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +1. Rename .env.example to .env and set your settings +2. Rename alembic.ini.example to alembic.ini and set sqlalchemy.url field +3. Install dependencies from requirments.txt file +4. Create tables for database using sql\create-dump.sql or apply migration using the command "alembic upgrade head" in src directory +5. In src directory use "scrapy crawl books" command for start parsing. \ No newline at end of file -- GitLab