Compare commits
2 Commits
7852f00cb9
...
41ffccfca3
Author | SHA1 | Date | |
---|---|---|---|
41ffccfca3 | |||
8b60454fd0 |
11
README.md
11
README.md
|
@ -17,7 +17,16 @@ Group ApS.
|
|||
|
||||
This project requires [Python](https://www.python.org/) 3.8 or newer.
|
||||
|
||||
This project does not have any library requirements 😎
|
||||
All required libraries can be installed easily using:
|
||||
|
||||
```bash
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
Full list of requirements:
|
||||
- [coincurve](https://pypi.org/project/coincurve/)
|
||||
- [pbcabi](https://gitfub.space/Jmaa/pbcabi)
|
||||
|
||||
|
||||
## Contributing
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = '0.1.3'
|
||||
__version__ = '0.1.4'
|
||||
|
|
Loading…
Reference in New Issue
Block a user