MDAnalysis / cookiecutter-mdakit

Cookiecutter for Python packages based on MDAnalysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Default pip flags in generated README should not include "editable"

ianmkenney opened this issue · comments

In the generated README, we instruct the user to install with the -e flag. This isn't really the best option by default.

Build this package from source:
```
pip install -e .
```

Ahh good point. Could you open a PR please?