Skip to content

add pip and argparse to aid release bootstrapping

Lukas Alexander Heinrich requested to merge addPipAndArgparse into master
  • this adds the standard pip python package manager and the widely used argparse cmd line parser which makes the default pyhton 2.6 in the base image slightly more usable

  • while motivated by adding ACM later on that uses a script to bootstrap the release setup, this might be useful for other things as well

Merge request reports