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 wheel
and try adding the argument--no-build-isolation
- Make a copy of the plugin's
config.example.json
namedconfig.json
and edit settings as appropriate - Edit PolyMind's config.json and add
pubmedsearch-polymind
to the list of enabled plugins