Installation Guide
To install NPL, you have two options: cloning the repository or using pip.
Option 1: Clone the Repository
Clone the repository:
Open a terminal and run the following commands:
git clone https://github.com/farrisric/NPlib.git
cd NPlib
pip install .
Option 2: Install via pip
Install NPL directly from PyPI:
pip install npl
Verify the installation:
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).