add Requirements and virtaulenv documentation
This commit is contained in:
12
README.md
12
README.md
@@ -1,3 +1,13 @@
|
|||||||
# nordvpn
|
# nordvpn
|
||||||
|
|
||||||
Nord VPN Exit Node
|
Nord VPN Exit Node Checker
|
||||||
|
|
||||||
|
|
||||||
|
# 1. Create the virtual environment (recommended)
|
||||||
|
python3 -m venv .venv
|
||||||
|
|
||||||
|
# 2. Activate the virtual environment
|
||||||
|
source .venv/bin/activate
|
||||||
|
|
||||||
|
# 3. Install packages from Requirements.txt
|
||||||
|
pip install -r Requirements.txt
|
||||||
|
|||||||
2
Requirements.txt
Normal file
2
Requirements.txt
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
psycopg2-binary
|
||||||
|
requests
|
||||||
Reference in New Issue
Block a user