José Gabriel Mourão Bezerra
José Gabriel Mourão Bezerra
Agreed. It would be best practice to work inside an isolated virtualenv and also making a `requirements.txt` file containing all the dependencies in the repo.
This `poetry` definitely looks cleaner than installing through pip. Does it eliminate the need for a virtualenv though? @felipemarkson If not, in this specific case, it's just another way of...
Anyways, this really short tutorial should help with setting up the virtualenv on Mac: https://gist.github.com/pandafulmanda/730a9355e088a9970b18275cb9eadef3
Ok, got it! Just to be clear, I also think it's a good idea to use a more robust package manager than `pip`. It's just that I thought the main...