From 2f40a5aba94dd20ed913fe8e0785d2d43b2bd62c Mon Sep 17 00:00:00 2001 From: Can202 <67566612+Can202@users.noreply.github.com> Date: Fri, 9 Apr 2021 00:43:53 -0400 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index f4eae0e..f59d2bb 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,13 @@ pair = man.pair(number) #return boolean order = man.ordern([num1,num2,num3]) # return array # Install + +1. Download man.py + +2. Put the man.py next to your code + +3. Write + +import man + +in your code (at the start)