Skip to content
stuartpullinger edited this page Feb 12, 2019 · 3 revisions

Developer instructions

  • Install an instance of icat.server

  • yum install wget

  • configure a 'db' authenticator

  • install requests-toolbelt python library

    • pip install requests-toolbelt
    • OR: on centos/rhel 7:
      • yum install python-requests-toolbelt
  • Python build dependency:

    • pip install wheel
    • or yum install python-wheel
Clone this wiki locally