A simple plugin for PolyMind adding a function for PubMed search queries
- Clone this repository into your PolyMind plugins folder
- Enter your PolyMind Python venv or conda environment
- Install the plugin's requirements with
pip install -r requirements.txt; if this is unsuccessful, you pay need to runpip install wheeland try adding the argument--no-build-isolation - Make a copy of the plugin's
config.example.jsonnamedconfig.jsonand edit settings as appropriate - Edit PolyMind's config.json and add
pubmedsearch-polymindto the list of enabled plugins