Skip to:
So users can use pip install -r requirements.txt to obtain all the Python packages necessary to use gem5.
pip install -r requirements.txt
In review here: https://gem5-review.googlesource.com/c/public/gem5/+/62632
So users can use
pip install -r requirements.txt
to obtain all the Python packages necessary to use gem5.