Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 734 Bytes

File metadata and controls

31 lines (17 loc) · 734 Bytes

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 <branch_name> https://github.com/nhew1994/pyzentropy.git
cd pyzentropy
python -m pip install -e .