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

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

OneDrive/SharePoint URL added

File size: 672 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, access through:
16
17 https://heritagenewzealand.sharepoint.com/sites/ArchaeologicalReportsDigitalLibrary/Shared%20Documents/Forms/AllItems.aspx?RootFolder=%2Fsites%2FArchaeologicalReportsDigitalLibrary%2FShared%20Documents
18
19(password protected, a valid account is needed)
20
21You are now ready to convert the spreadsheet into the various CSV
22files used to build the collection, which can be done by:
23
24 cd ..
25 ./PREPARE.sh
26
27
Note: See TracBrowser for help on using the repository browser.