From ec6b570924dbc826709c6a0e3849e525100aecda Mon Sep 17 00:00:00 2001 From: ICTman1076 <16071013+ICTman1076@users.noreply.github.com> Date: Tue, 2 Feb 2021 12:50:17 +0000 Subject: [PATCH] Installation --- .gitignore | 4 +++- README.md | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ed8ebf5..44bec36 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -__pycache__ \ No newline at end of file +__pycache__ +dist +MANIFEST \ No newline at end of file diff --git a/README.md b/README.md index 0545dd6..6936641 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ Alternatively, you can ask your users to provide their own tokens, by signing in https://orp.im/gettoken. ## Documentation +Installation is everyone's favourite `pip install orpim-api`. + To use the library, instantiate a class like so: ```