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:

git clone https://github.com/farrisric/NPlib.git
cd NPlib
pip install .

Option 2: Install via pip

  1. Install NPL directly from PyPI:

pip install npl
  1. 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).