Closed JaneSoo closed 1 year ago
@JaneSoo check the configuration doc: https://github.com/RedHatQE/pylero#configuration
you are supposed to create one after you install the package, you could copy from the default one:
$ cp ...lib/python3.9/site-packages/pylero/pylero.cfg ~/.pylero
Oh thank you. I thought it created .pylero
by default and I don't have to create one myself.
I installed pylero through
pip
and I wanted to update the config file. In my local, the default config file locates here...lib/python3.9/site-packages/pylero/pylero.cfg
. However insidepylero.cfg
, it is suggested to update the values in~/.pylero or ./.pylero
. I tried to find the config file there but I don't find anypylero
directory there. Should I make one?