-
Notifications
You must be signed in to change notification settings - Fork 103
Minor changes in the quickstart guide for installation of bdb-driver #325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
docs/quickstart.rst
Outdated
| Dependency 4: cryptography and cryptoconditions | ||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
|
||
| BigchainDB(server and driver) also depend on `cryptography`_ and `cryptoconditions`_. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
depend => depends
* Adding python development library and headers as a dependency for cryptography. * Also reference to official cryptography installation guide. * Restructure document
ef0515b to
5a2e76e
Compare
Codecov Report
@@ Coverage Diff @@
## master #325 +/- ##
=======================================
Coverage 99.15% 99.15%
=======================================
Files 9 9
Lines 236 236
=======================================
Hits 234 234
Misses 2 2 |
krish7919
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
| BigchainDB(server and driver) also depends on `cryptography`_ and `cryptoconditions`_. | ||
|
|
||
| * `cryptography`_ depends on `libssl`_, `libcrypto`_ which also depends on (`Python development library and header files`_). | ||
| * `cryptoconditions`_ depends on `PyNaCl`_ (`Networking and Cryptography library`_) which depends on ``ffi.h``. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The BigchainDB Python driver also depends on cryptoconditions which depends on. cryptography and PyNaCl ...
cryptography.