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
...
- Install GDAL and Python using the OSGeo4W Installer from http://
...
...
...
Code Block |
---|
c:\python27\python distribute_setup.py |
- Now run the following command to install lxml:
Code Block |
---|
c:\python27\scripts\easy_install lxml==2.3 |
...
- osgeo4w/
- Download and run the OSGeo4W Installer
- Choose Advanced Install
- On the Select Packages page expand Commandline_Utilities and select gdal and python from the list
- Install
pip
to allow you to installlxml
- Python 2.7.9 and later (on the python2 series), and Python 3.4 and later include pip by default, so you may have pip already, if you don't see the pip usage message when you run
pip
from the OSGeo4W Shell then install it as follows:- Download the script get-pip.py as detailed in the pip documentation
- Open the OSGeo4W Shell (Start > Programs > OSGeo4W > OSGeo4W > OSGeo4W Shell)
- Change to the folder that you downloaded
get-pip.py
to (if you downloaded to C:\Temp then runcd C:\Temp
) - Install
pip
by runningpython get-pip.py
- To install
lxml
runpip install lxml
- Python 2.7.9 and later (on the python2 series), and Python 3.4 and later include pip by default, so you may have pip already, if you don't see the pip usage message when you run
Create Folders for AddressBase Premium Importer
...