Skip to content

Commit

Permalink
Documentation and Python version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmwatson committed Feb 15, 2024
1 parent eb46aad commit ec420d4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ tmp/
!/data/.gitkeep
.vagrant/
.ruby-version
docx_files/
8 changes: 4 additions & 4 deletions pombola/south_africa/data/members-interests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ There are several files in this directory:
The scraper currently scrapes `.docx` files.
To prepare the file:

1. Split the `PDF` into seperate files small enough to open in Google Docs. [PDF Arranger](https://github.com/pdfarranger/pdfarranger) works well
2. Open the files in Google Docs and download each in `.docx` format
3. Store the these files in `./docx_files/`
1. Split the `PDF` into seperate files small enough to open in Google Drive. [PDF Arranger](https://github.com/pdfarranger/pdfarranger) works well
2. Open the files in Google Drive and download each in `.docx` format
3. Store the these files in `./pombola/south_africa/data/members-interests/scraper/docx_files/`

Create an environment and install dependencies using
Create an environment and install dependencies in the `./pombola/south_africa/data/members-interests/scraper` directory:
```
virtualenv venv
source venv/bin/activate
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.10.12

0 comments on commit ec420d4

Please sign in to comment.