To obtain the sindex package, start by downloading or cloning the repository:
git clone https://github.com/lukasgolson/PySiteTools.git
cd PySiteToolsWith your terminal open in the PySiteTools directory (the location containing setup.py), run the following command to install the package:
pip install .If you'd like to install the package in editable mode (for development purposes), use:
pip install -e .-
Permission Issues: If you encounter permission-related issues, try running the command with administrative privileges (e.g., using
Run as Administrator). -
Internet Access: Ensure you have an active internet connection during installation, as the necessary DLL file will be downloaded automatically.