weka / wekachecker

Validates hosts are ready to run Weka
GNU General Public License v3.0
3 stars 0 forks source link

Update activate_venv to create venv if required #52

Closed jmcvaughn closed 1 year ago

jmcvaughn commented 1 year ago

If required, activate_venv will now nstall all pre-requisite packages, create the venv and install all PyPI packages as necessary, prior to activation.

In other words, to test, simply clone the repository, run . activate_venv, then run wekachecker.py.