matthewfeickert / HEPML-env

A minimal Python3 environment for HEP machine learning with pipenv
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Add CLI flags to installer #20

Open matthewfeickert opened 6 years ago

matthewfeickert commented 6 years ago

Resolves #17 and resolves #15

Much inspiration was taken from the Rust installer: https://sh.rustup.rs

matthewfeickert commented 6 years ago

@dguest There are still a few minor changes that I want to make to the internals before this would get squashed and merged, but I think that this is at least at the stage where a review of the new behavior would be quite helpful. I think most of everything in Issue #17 is addressed in it too.

So if you can start with

bash scripts/installer.sh -h

and then go from there in terms of seeing if it is clear what things a user should be interested in/do that would be great.

matthewfeickert commented 6 years ago

@dguest There is now (limited) CLI interfacing with CPython's .configure. So I think this is probably ready for review and then squash+merge.