TACC / pylauncher

Other
24 stars 7 forks source link

Consider making a setup.py #3

Open knc6 opened 2 years ago

knc6 commented 2 years ago

Thanks for developing the pylauncher package. Just a few suggestions, it would be nice to have a pip package and/or at least a setup.py based installation instructions. Also, you may add a GitHub CI actions for the package.

VictorEijkhout commented 2 years ago

Thank you for the suggestions.

  1. As of a push a few minutes ago it is now a package.
  2. In fact, it is available through pip (btw, setup.py seems to be the old way of doing things: I'm using setup.cgf as per instructions on the python.org website)
  3. CI actions may be done later.