diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..35436e837e1967423283a17d9d5c32c67b48d8d9 --- /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