Installation
Basic Installation
Freezedry can be installed using pip:
pip install freezedry
Development Installation
To install Freezedry for development:
Clone the repository:
git clone https://github.com/landoskape/freezedry.git cd freezedry
Install in development mode with test dependencies:
pip install -e ".[test]"