source: main/trunk/model-sites-dev/heritage-nz/collect/pdf-reports/prepare/README.txt@ 33231

Last change on this file since 33231 was 33231, checked in by davidb, 5 years ago

Added a little bit more detail on what to do next

File size: 401 bytes
Line 
1
2
3 tar xvzf virtualenv-16.4.1.tar.gz
4
5 cd virtualenv-16.4.1
6
7 python virtualenv.py ../my-python-env
8
9 cd ..
10 source my-python-env/bin/activate
11
12 pip install xlrd
13
14Assuming you have downloaded the Heritage XLSX spreadsheet from their
15OneDrive, you are now ready to convert the spreadsheet into the various CSV
16files used to build the collection, which can be done by:
17
18 cd ..
19 ./PREPARE.sh
20
21
Note: See TracBrowser for help on using the repository browser.