Search Mendeley provides advanced tools for browsing and searching your Mendeley library, including annotation search.
-
Install pipenv
$ pip install pipenv
-
Register your client.
If running locally, usehttp://localhost:5000/oauth
as your Redirect URI.
This will give you a client ID and secret. -
Navigate to the /app directory
-
Rename the config.yml.example file to config.yml, and fill in your client ID and secret in this file.
-
Install dependencies using pipenv
$ pipenv install
On Windows, launch the application by running RUN.bat
Otherwise, naviagte to the /app directory and run app.py using pipenv
Then go to http://localhost:5000 in your browser.