Installation Guide
Welcome to the installation guide of MED3pa package. Follow the steps below to install and get started with the package.
Prerequisites
Before installing the package, ensure you have the following prerequisites:
Python 3.9 or later
pip (Python package installer)
Installation
Step 1: Install via pip
You can install MED3pa directly from PyPI using pip:
pip install med3pa
Step 2: Verify the Installation
To verify that the installation was successful, you can run the following command:
python -c "import MED3pa; print('Installation successful!')"
If you see Installation successful!, then you are ready to start using MED3pa.