Installation¶
Prerequisites¶
- Python 3.10 or higher
- pip (Python package installer)
Installation Steps¶
- Install Suthing using pip:
- Verify the installation:
Dependencies¶
Suthing requires the following packages:
- pandas
- PyYAML
- python-dotenv
These will be automatically installed when you install Suthing using pip.
Development Installation¶
If you want to contribute to Suthing or run the tests:
-
Clone the repository:
-
Install in development mode:
-
Install pre-commit hooks:
Troubleshooting¶
If you encounter any issues during installation:
- Make sure you have Python 3.10 or higher installed
- Try upgrading pip:
pip install --upgrade pip - Check if all dependencies are properly installed
- If problems persist, please open an issue on GitHub