Skip to content

Installation

Requirements

Installing from PyPI

Note: Coho is not available on PyPI yet.

Installing from Source

To install Coho from the source code:

# Clone the repository
git clone https://github.com/yourusername/coho.git
cd coho

# Install Poetry if you haven't already
pipx install poetry

# Install Coho and its dependencies 
poetry install

# Activate the shell
poetry shell

Note: See pipx installation instructions if you don't have it already.

Verifying Installation

To verify that Coho was installed correctly:

python -c "import coho"

Troubleshooting

If you encounter any issues during installation:

  1. Ensure you have the correct Python version installed
  2. Update poetry to the latest version: pipx upgrade poetry
  3. Check our GitHub Issues for known problems
  4. For Poetry-related issues, refer to the Poetry documentation