Installation¶
Prerequisites¶
- Python 3.10 or higher
- WhyHow API key
Install from PyPI¶
You can install the SDK directly from PyPI using pip:
Install from Github¶
Alternatively, you can clone the repo and install the package
Troubleshooting¶
If you encounter any issues during installation, please check the following:
- Ensure that you have Python 3.10 or higher installed. You can check your Python version by running
python --version
in your terminal. - If you are installing from GitHub, ensure that you have cloned the repository correctly and are in the right directory.
- If you are using a virtual environment, make sure that it is activated before running the installation commands.
- If you still face problems, please open an issue on the GitHub repository with detailed information about the error and your environment setup.