added notice for uploading member images
This commit is contained in:
parent
bcfd272b2b
commit
8189b0fa23
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -5,3 +5,14 @@
|
|||
```shell
|
||||
python puml_generator.py
|
||||
```
|
||||
|
||||
## Upload member Images
|
||||
Crawl member images (not required as already in repository)
|
||||
```shell
|
||||
cd src/main/resources
|
||||
python member_images_crawler.py
|
||||
```
|
||||
|
||||
They are stored in ``/src/main/resources/membersOfParliamentImages``
|
||||
|
||||
To Force Update the images after having run the crawler, add the ``uploadMemberPhotos`` argument to the programm arguments in intellij (More Actions for run configuration -> Programm Arguments)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue