qnngroup / qnngds

MIT License
4 stars 3 forks source link

Update documentation to require installation of `qnngds` in editable mode for developers #72

Closed reed-foster closed 4 days ago

reed-foster commented 3 months ago

If your environment was setup with pip install qnngds instead of git clone <qnngds> pip install -e /path/to/qnngds, then your site-packages will point to the currently-installed version of qnngds, which will not be up-to-date with the latest features, which could result in very strange behavior when building the API docs.

Just make it more clear that it's a requirement to install as editable, rather than an option.

reed-foster commented 4 days ago

resolved by #83