0xf4b1/hearthstone-linux

python module requirements

ApatheticSheep opened this issue · 1 comments

not sure if anyone else ran into this, but I had to install several python modules that weren't already on my system (system not venv)

python-click
python-humanize
python-tabulate
python-tqdm
python-parsimonious
python-bitarray

I would provide a pip freeze but I think that'd be a lot of noise.
Might consider creating a requirements.txt for this project.

closing this as I think it is actually related to keg ... which I didn't install manually ... I am bad at following directions.