# Installation Recommended: Create a Virtual Environment Using Conda: conda create -n pyzentropy python=3.12 conda activate pyzentropy Install pyzentropy From PyPI python -m pip install pyzentropy From Source Clone the repository: git clone https://github.com/nhew1994/pyzentropy.git cd pyzentropy python -m pip install -e . Or clone a specific branch: git clone -b https://github.com/nhew1994/pyzentropy.git cd pyzentropy python -m pip install -e .