Installation Guide ================== To install NPL, you have two options: cloning the repository or using pip. Option 1: Clone the Repository ------------------------------ 1. **Clone the repository**: Open a terminal and run the following commands: .. code-block:: bash git clone https://github.com/farrisric/npl.git cd npl pip install . Option 2: Install via pip ------------------------- 1. **Install NPL directly from PyPI**: .. code-block:: bash pip install npl 2. **Verify the installation**: .. code-block:: bash python -c "import npl; print(npl.__version__)" Troubleshooting --------------- If you encounter any issues during installation, please refer to the `README.md` file or open an issue on the [GitHub repository](https://github.com/farrisric/NPlib/issues).