Closed dsjstc closed 2 years ago
ah, yes, I do need to clean up the docs and README. Thanks for the prompt.
The more updated setup instructions are here
https://blaylockbk.github.io/SynopticPy/_build/html/user_guide/setup.html
The config file is created here: ~/.config/SynopticPy/config.toml
I'll add toml to the setup.py requirements.
Setup docs say to create
../synoptic/
and add a cfg file there, this appears obsolete. It works fine in the CWD though, and that's much more convenient for deployable scripts. Also, that means that the inelegant suggestion tosys.path.append('../')
is no longer needed.Also: it appears there's an undocumented dependency on
toml
.