The README recommends to run ``` python3 -m retromol --help ``` This gives the following error: ``` /opt/anaconda3/envs/retromol/bin/python3: No module named retromol.__main__; 'retromol' is a package and cannot be directly executed ``` The following does work: ``` retromol --help ```