From 5fb93c61687a2fe7d4df7c18ed1fcedae44bd901 Mon Sep 17 00:00:00 2001 From: simon Date: Fri, 24 Dec 2021 20:26:47 +0700 Subject: [PATCH] add installation instruction --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8cb6678..bdb5baa 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,12 @@ Python client library for the **Return YouTube Dislike API**: - Register your user ID by solving the challenge. - Cast your vote for a list of YouTube video IDs. +## Install +Download and install library from [https://pypi.org/project/ryd-client/](https://pypi.org/project/ryd-client/): + +```shell +pip install ryd-client +``` ## Usage Some command example