# HG changeset patch # User Laman # Date 2022-03-04 17:53:55 # Node ID 617dc4a93c4c5f0b6c4be8d30e1fdc73a1a3b9d7 # Parent 71dc8aa05a9da3cf0263a9a73ef4f12f4fc6bf11 updated README diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Outputs the shares as hexadecimal, Base3 Run `pip install shamira`. ### From the source -Can be run straight from the cloned repository by executing the package with `python -m shamira` or simply installed with `python setup.py build`, `python setup.py install`. Then imported in your code with `import shamira` or run from the command line with `shamira`. +Can be run straight from the cloned repository by executing the package with `python -m shamira` or built with `python -m build` and installed with `pip install dist/shamira*.whl`. ## Usage @@ -60,3 +60,7 @@ Benchmark results, as obtained by runnin 0.00156 + +## License ## + +The code is licensed under GNU GPL v3. If this doesn't fit your needs, reach me and we can negotiate relicensing.