Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Download Installers

Download Loader files from https://github.com/AstunTechnology/Loader/archive/master.zip, unzip and place in the following folder:

Code Block
D:\Astun\Tools\loader-addressbase
Note

The readme.md for Loader should be in the top level of this directory.

Download the AddressBase Importer files from https://bitbucket.org/astuntech/addressloader/get/cc6d85ec5ee1.zip, (for EPOCH 39 or later AddressBase files) unzip and place in the following folder:

Code Block
D:\Astun\Tools\addressloader

Install Loader

  • Download the following Python script  get-pip.py (as detailed in the pip documentation) and put it in the above folder for the AddressBase Importer (D:\Astun\Tools\addressloader)

  • Open a Command prompt as an Administrator
  • Navigate to the D:\Astun\Tools\addressloader folder
  • Run the following script:
Code Block
C:\Python27\python get-pip.py
  • Now run the following command to install lxml:
Code Block
C:\Python27\python.exe -m pip install lxml
  • Exit the Command prompt

Create Folders for AddressBase Premium Importer

Now you need to create source, output and tmp folders under the folder where you have unzipped Loader e.g. 

d:\astun\tools\loader-addressbase\source
d:\astun\tools\loader-addressbase\output
d:\astun\tools\loader-addressbase\tmp

Download Installers

Download Loader files from https://github.com/AstunTechnology/Loader/archive/master.zip, unzip and place in the following folder:

...

Code Block
d:\astun\tools\addressloader

Install Loader

...

  • Now run the following command to install lxml:
Code Block
Cc:\python27\Python27\python.exe -m pip scripts\easy_install lxml==2.3
  • Exit the Command prompt

Create Folders for AddressBase Premium Importer

Now you need to create source, output and tmp folders under the folder where you have unzipped Loader e.g. 

...