Versions Compared

Key

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

...

  1. You should install Eclipse and the PyDev plugin. PyDev features auto-completion for python modules from within the Eclipse environment.
  2. On the master branch the 'developer' profile compiles, packages and installs Marvin.
    Code Block
    mvn -P developer -pl :cloud-marvin
    
  3. The mvn deploy goal will install marvin using pip. If not you may install it by hand by pip or easy_install
    Code Block
    pip install tools/marvin/dist/Marvin-0.1.0.tar.gz
    

...