Skip to content
Merged

Docs #24

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ Using Conda:
conda activate pyzentropy

## Install pyzentropy
### From PyPI (coming soon)
### From PyPI

python -m pip install pyzentropy
Comment on lines +13 to 15
Copy link

Copilot AI Mar 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This heading was changed to “From PyPI”, but later in the same README section there is still a note saying PyPI installation will be available in a future release. Please either remove/update that note (if PyPI is now published) or keep the heading as “(coming soon)” to avoid contradicting the instructions.

Copilot uses AI. Check for mistakes.

<sub>PyPI installation will be available in a future release. For now, please install from source as described below.</sub>

### From Source

Clone the repository:
Expand Down
5 changes: 1 addition & 4 deletions docs/_source/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,10 @@ Using Conda:

<span style="font-size:1.3em; font-weight:bold">Install pyzentropy</span>

<span style="font-size:1.1em; font-weight:bold">From PyPI (coming soon)</span>
<span style="font-size:1.1em; font-weight:bold">From PyPI</span>

python -m pip install pyzentropy

**Note:** PyPI installation will be available in a future release. For now, please install from source as described below.


<span style="font-size:1.1em; font-weight:bold">From Source</span>

Clone the repository:
Expand Down