Skip to content

Installation

Prerequisites

  • Python 3.10 or higher
  • WhyHow API key

Install from PyPI

You can install the SDK directly from PyPI using pip:

pip install whyhow

Install from Github

Alternatively, you can clone the repo and install the package

git clone git@github.com:whyhow-ai/whyhow.git
cd whyhow
pip install .

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.