autovenv
autovenv copied to clipboard
Document config file format ?
I prefer creating and activating virtualenvs only when there is a setup.py file at the top.
Going through the source code, I found I could do that by editing the ~/.local/share/autovenv/config file to have:
file_names:
- requirements.txt
- setup.py
Question is: is this OK and do we want to document this ?
Thanks for writing this tool by the way :)
Hi, thanks for adding this issue! And sorry for my slow reply on this. You're correct that this is an undocumented feature, and it would be nice to have it documented properly. This isn't the highest priority project for me right now, so the docs haven't had any attention for a while now. Neither has the code tbh.
I'll try to tidy it up at some stage soon. In the meantime, if you felt like doing any PRs for any docs you'd like to see added, I'd be delighted to recieve them :)