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)