Skip to content

Latest commit

 

History

History
executable file
·
28 lines (22 loc) · 474 Bytes

README.md

File metadata and controls

executable file
·
28 lines (22 loc) · 474 Bytes

EditData

Getting Started

  • Activate the Climmob environment.
$ . ./path/to/env/bin/activate
  • Change directory into your newly created plugin.
$ cd EditData
  • Build the plugin
$ python setup.py develop
  • Add the plugin to the climmob list of plugins by editing the following line in development.ini or production.ini
    #climmob.plugins = examplePlugin
    climmob.plugins = EditData
  • Run Climmob again