Added installation for pip

This commit is contained in:
ptrstr
2020-10-03 10:49:26 -04:00
parent ece4b7f9dd
commit 6fbfea9c9a
3 changed files with 72 additions and 0 deletions

View File

@@ -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:
```