We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd5c416 commit 8655591Copy full SHA for 8655591
README.md
@@ -1,6 +1,20 @@
1
# KeyAuth-Python-Example
2
KeyAuth Python Example For The https://keyauth.com Authentication system.
3
4
+# Instructions
5
+
6
+Install Python (make sure to add to PATH)
7
8
+Open Command Prompt
9
10
+use the cd command to navigate to the path of the KeyAuth files
11
12
+run `pip install -r requirements.txt`
13
14
+set your application information in main.py
15
16
+then run `python main.py`
17
18
Setup video: https://www.youtube.com/watch?v=L2eAQOmuUiA
19
20
**What is KeyAuth?**
0 commit comments