Closed stevenengler closed 2 years ago
Do we want a concise note about why
--editable
is actually needed? I don't think I've ever used that flag before.
It's not needed, it just makes it a lot less painful to work on tornettools (you don't need to re-run pip install every time you make a change). I don't know how to explain it concisely, so I just added a link to the documentation.
The
--editable
flag is probably always what people who want to make changes to tornettools want to use, and I always need to look up what the flag is each time I install tornettools, so it's probably helpful to add this to the readme. I also expanded the-I
flag to--ignore-installed
since it's a non-obvious flag, and I also have to always look that one up to see what it's doing.