mirror of
https://github.com/creyD/entro.py.git
synced 2026-04-12 20:00:29 +02:00
Added installation for pip
This commit is contained in:
@@ -14,6 +14,12 @@ Well that is basically up to you. Entropy functions are used in Computer Science
|
||||
|
||||
*Warning:* This can only be used for calculating the entropy of strings (by alphabet). There are however other types like coin tosses of fair or unfair coins (...), but you're gonna have to write calculators for this on your own - for now.
|
||||
|
||||
## Installing
|
||||
You can install this package easily with `pip`:
|
||||
```
|
||||
$ pip install git+https://github.com/creyD/entro.py@dev_package
|
||||
```
|
||||
|
||||
## Usage
|
||||
You can run as much calculations as you want in one run of the script. For example use it like this with a simple string:
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user