Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 763 Bytes

File metadata and controls

30 lines (18 loc) · 763 Bytes

Installation instructions

Requirements

  • Linux - Operating System. In theory works with others OSs but not tested
  • Git - Source code storage and versioning
  • Python 3 - Programming language. Version > 3.2 required
  • setuptools - download, build, install, upgrade, and uninstall Python packages

Get source code

make a git dir if you do not have one

  • mkdir ~/git

change to git dir

  • cd ~/git

Clone lds-metadata-updater project

  • git clone https://github.com/linz/lds-metadata-updater.git

Setup.py

ensure you are in the lds-metadata-updater project directiry

  • cd ~/git/lds-metadata-updater

install metadata_updaer and its dependencies see (requirements.txt)[requirements.txt])

  • python3 setup.py install