Installation

You can install the package via pip

1pip install secrecy-capacity

If you want to install the latest (unstable) version, you can install the package from source

1git clone https://github.com/klb2/secrecy-capacity-calculation.git
2cd secrecy-capacity-calculation
3git checkout dev  # only if you want to install the unstable version
4pip install .

You can test, if the installation was successful, by importing the package

1import secrecy_capacity
2print(secrecy_capacity.__version__)