Skip to content
Snippets Groups Projects

Develop

Merged Anton Gusev requested to merge develop into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -2,4 +2,4 @@
2. Rename alembic.ini.example to alembic.ini and set sqlalchemy.url field
3. Install dependencies from pipfile
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
5. In src directory use "scrapy crawl book" command for start parsing.
\ No newline at end of file
Loading