Skip to main content

Installation

You can install pylocc from sources or from pypi.

Requirements

  • Python >= 3.10

Install From Pypi

 pip install pylocc

pylocc --help

Install From Source

  1. Clone the repository:
    git clone https://github.com/your-username/pylocc.git
  2. Navigate to the project directory:
    cd pylocc
  3. Install the dependencies:
    uv run pylocc