utils: Include instructions on installing requirments.

This commit is contained in:
Vishnu KS
2020-10-18 16:15:07 +05:30
parent a226450410
commit 3bbc985ea3
2 changed files with 10 additions and 1 deletions

View File

@@ -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**.
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
```

View File

@@ -1,6 +1,6 @@
home = /usr
implementation = CPython
version_info = 3.8.2.final.0
version_info = 3.8.5.final.0
virtualenv = 20.0.20
include-system-site-packages = false
base-prefix = /usr