Installation¶
Requirements¶
pyperspec
requires Python 3.9 or higher and depends on the following packages:
pandas >= 2.1.1
matplotlib >= 3.8.0
scipy >= 1.11.2
pybaselines >= 1.1.0
scikit-learn >= 1.6.1
Install from GitHub¶
Currently, pyperspec
is only available from GitHub. You can install it using pip:
To install a specific version, you can specify the commit hash or tag:
Verify Installation¶
To verify that pyperspec
was installed correctly:
Troubleshooting¶
Common Issues¶
- Import Error: Make sure all dependencies are installed
- Version Conflicts: Consider using a virtual environment
- Permission Issues: Use
--user
flag with pip install
Getting Help¶
If you encounter installation issues:
- Check the GitHub Issues
- Create a new issue with your system information and error message