novoid / lazyblorg

Blogging with Org-mode for very lazy people
GNU General Public License v3.0
397 stars 33 forks source link

Add venv info #94

Closed xeruf closed 1 year ago

xeruf commented 1 year ago

One of the latest commits added a requirement for a venv for running the tests, without any elaboration on how to use it :/

novoid commented 1 year ago

Hm, I thought that venv is a common pattern in the Python3 world and I don't have to explain on how to create a venv and install the requirements for that project within that venv ...

What would you expect to read?

xeruf commented 1 year ago

A hint that it is required (or now since the PR, supported). I am no member of the python world really, and since this is for lazy people... ^^

novoid commented 1 year ago

Good point ;-)

Well, I think this is resolved by making it optional.