Installation¶
Requirements¶
- Python 3.10 or higher
- pip package manager
Basic Installation¶
Install the core ebk package:
Installation with Optional Features¶
Web Dashboard¶
Visualization Tools¶
All Features¶
Development Installation¶
Installing from Source¶
-
Clone the repository:
-
Create a virtual environment (recommended):
-
Install in development mode:
Using the Makefile¶
The project includes a Makefile for common development tasks:
# Set up complete development environment
make setup
# Run tests
make test
# Check code coverage
make test-coverage
# Format code
make format
# Run linting
make lint
Verifying Installation¶
Check that ebk is installed correctly:
Next Steps¶
- Follow the Quick Start Guide to create your first library
- Read about Configuration options
- Explore the CLI Reference