Closed aurotripathy closed 4 years ago
You can install it with pip install -e milabench
. The ./install_python_dependencies.sh
step in the README should do it for you, among other things (it's the -e milabench
entry in requirements.txt
).
Thank you. I skipped steps. I'll review the README carefully. Closing.
I think milabench is new and I got a
ModuleNotFoundError: No module named 'milabench'
until I installed it with.~/training/milabench# python setup.py install
Am I doing this right?