tylerni7 / missile-tid

Identifying missile launch signatures from traveling ionic disturbances using GPS data
BSD 3-Clause "New" or "Revised" License
130 stars 15 forks source link

pip install command does not create config file by default #36

Open MGNute opened 1 year ago

MGNute commented 1 year ago

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.

MGNute commented 1 year ago

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.

37