Installation

Basic Installation

Freezedry can be installed using pip:

pip install freezedry

Development Installation

To install Freezedry for development:

  1. Clone the repository:

    git clone https://github.com/landoskape/freezedry.git
    cd freezedry
    
  2. Install in development mode with test dependencies:

    pip install -e ".[test]"