mila-iqia / training

8 stars 7 forks source link

Add milabench install step to README? #19

Closed aurotripathy closed 4 years ago

aurotripathy commented 4 years ago

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?

breuleux commented 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).

aurotripathy commented 4 years ago

Thank you. I skipped steps. I'll review the README carefully. Closing.