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:
- Ensure you have the correct Python version installed
- Update poetry to the latest version:
pipx upgrade poetry - Check our GitHub Issues for known problems
- For Poetry-related issues, refer to the Poetry documentation