Is your feature request related to a problem? Please describe.
When I installed and configured the new version of KSTAR, there is leap that the configuration makes that isn't captured well in the documentation.
Current behavior:
- I ran config.install_network_files(target_dir=<my_dir>)
- I expected this should be setup and I didn't understand why config.check_configuration() reported issues
- Once I tried running KSTAR it became clear to me that I needed to find the network structure made by the install_network_files and then navigate to the level directory to see what the import error matched.
- I then manually added the path for pickle production running config.update_network_directory(<my_dir>)
Describe the solution you'd like
If someone installs network files then the update_network_directory should also be run as part of that so the installation and instantiation of the pickles and configuration directory is all done. Also, this should be detailed as part of the documentation (Getting Started).