Update README.md

This commit is contained in:
Can202 2021-04-09 00:43:53 -04:00 committed by GitHub
parent 099f3b6683
commit 2f40a5aba9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)