diff --git a/README.md b/README.md index 7c5161c..18ff082 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # nordvpn -Nord VPN Exit Node \ No newline at end of file +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 diff --git a/Requirements.txt b/Requirements.txt new file mode 100644 index 0000000..fb330d7 --- /dev/null +++ b/Requirements.txt @@ -0,0 +1,2 @@ +psycopg2-binary +requests \ No newline at end of file