Skip to content

Files

Latest commit

 

History

History
28 lines (15 loc) · 500 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 500 Bytes

IP-Logger

Pre-Requisitory

  • Must Have Python Installed Latest Version

Installation

  1. Fork/Clone/Download this repo

    git clone https://github.com/PRITAMSLEARNINGACCOUNT/IP-Logger

  2. Install uv

    pip install uv

  3. Create a virtual environment for this project

    uv venv

  4. Load the virtual environment

    • On Windows Terminal: .venv\Scripts\activate
    • On Linux and Git Bash: source .venv/bin/activate
  5. Run uv pip install -r requirements.txt

  6. Run Iplog.py.