sscpac / statick

Making code quality easier.
https://sscpac.github.io/statick/
Creative Commons Zero v1.0 Universal
72 stars 14 forks source link

Encourage virtual environment for local development. #496

Closed tdenewiler closed 7 months ago

tdenewiler commented 7 months ago

In the installation section of the README we should do more to encourage using a Python virtual environment before running pip install statick. We could also show how to do local installs from a cloned repository with pip install -e . in a venv. And discuss that a venv with multiple Statick repos needs to use pip install . (although I'm not sure of the root cause for why pip install -e . does not work with multiple Statick repos).