The Readme specifies to use "conda install -r requirements.txt" in installations which is not a valid conda command. It works when using pip instead of conda, alternatively "conda install --yes --file requirements.txt" would be the conda version of the same command.
The Readme specifies to use "conda install -r requirements.txt" in installations which is not a valid conda command. It works when using pip instead of conda, alternatively "conda install --yes --file requirements.txt" would be the conda version of the same command.