Installation
Requirements
- Python 3.11 or higher
- pip, poetry, or uv for package management
Install from PyPI
Package rename in progress. Current builds may still be published under the previous package name (
electripy-studio) during migration. The Python import namespace remainselectripyin all cases.
Install from Source
Clone the repository and install in editable mode:
Install Development Dependencies
For development work, install with dev dependencies:
This includes: - pytest for testing - ruff for linting - black for code formatting - mypy for type checking
Install Documentation Dependencies
To build the documentation locally:
Verify Installation
Check that ElectriPy AI is properly installed:
This command verifies your Python version, dependencies, and configuration.