Installation
Using pip
Install latest release version
pip install --upgrade orcidpyclient
Install latest version from source code
pip install git+https://github.com/vdmitriyev/orcidpyclient.git
Manual
Download from the GitHub latest version as archive
Unzip archive
Create virtualenv (
scripts/cmdInitiateEnv.bat)Activate virtualenv (
scripts/cmdStartEnv.bat)Run examples