I have a few Python packages that I use for every project (Black, PyLint), and I want to have these packages in every venv
I create, so I don't have to manually install them each time.
Is this possible?
I have a few Python packages that I use for every project (Black, PyLint), and I want to have these packages in every venv
I create, so I don't have to manually install them each time.
Is this possible?