We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d97cfda commit 4658e74Copy full SHA for 4658e74
INSTALLING.md
@@ -5,7 +5,13 @@ First we need to install the requirements.
5
We can do that by running:
6
7
pip install -r requirements.txt
8
+
9
+You will need an API key from IPInfo.io
10
11
+Get one [Here](https://ipinfo.io/signup)
12
13
+Set the first line in `keys.txt` to your API key
14
15
You can now run the program by using:
16
17
python3 PInfo.py
0 commit comments