utils: Include instructions on installing requirments.
This commit is contained in:
@@ -19,3 +19,12 @@ from `Goodreads` and `Google Search` API. And the result is stored in `utils/boo
|
|||||||
Once the script completes the run, the `utils/books.json` file is copied to `app/src/data/books.json` **manually**.
|
Once the script completes the run, the `utils/books.json` file is copied to `app/src/data/books.json` **manually**.
|
||||||
|
|
||||||
And the website uses the data from `app/src/data/books.json` for generating the pages.
|
And the website uses the data from `app/src/data/books.json` for generating the pages.
|
||||||
|
|
||||||
|
## Install packages for script
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cd utils
|
||||||
|
virtualenv .
|
||||||
|
source bin/activate
|
||||||
|
pip install -r requirements.txt
|
||||||
|
```
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
home = /usr
|
home = /usr
|
||||||
implementation = CPython
|
implementation = CPython
|
||||||
version_info = 3.8.2.final.0
|
version_info = 3.8.5.final.0
|
||||||
virtualenv = 20.0.20
|
virtualenv = 20.0.20
|
||||||
include-system-site-packages = false
|
include-system-site-packages = false
|
||||||
base-prefix = /usr
|
base-prefix = /usr
|
||||||
|
|||||||
Reference in New Issue
Block a user