In the config folder, the current code has the file configuration.yml.example. With previous versions of the install script that would be copied to a file in the same folder called configuration.yml, but that doesn't happen by default with the pip install command. It's an easy enough workaround just to copy and rename the file, but a more permanent fix is needed. The simplest thing may be to just rename the file in the repo.
I noted this issue in the install section of the README file in this merge request. We should still add a step during the install process that does this automatically, or just rename the example file.
In the
config
folder, the current code has the fileconfiguration.yml.example
. With previous versions of the install script that would be copied to a file in the same folder calledconfiguration.yml
, but that doesn't happen by default with the pip install command. It's an easy enough workaround just to copy and rename the file, but a more permanent fix is needed. The simplest thing may be to just rename the file in the repo.