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
- Clone the repository:
git clone https://github.com/your-username/pylocc.git
- Navigate to the project directory:
cd pylocc
- Install the dependencies:
uv run pylocc