14 lines
256 B
Markdown
14 lines
256 B
Markdown
# nordvpn
|
|
|
|
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
|