From 38a989236d408be5bdcea87d88f40def8313b3ea Mon Sep 17 00:00:00 2001 From: "artem.ivanov" Date: Wed, 7 Nov 2018 12:45:29 +0300 Subject: [PATCH] Added Readme stub for Installation section Signed-off-by: artem.ivanov --- vcx/wrappers/python3/README.md | 4 ++++ vcx/wrappers/python3/tests/conftest.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/vcx/wrappers/python3/README.md b/vcx/wrappers/python3/README.md index c302f97221..804898b381 100644 --- a/vcx/wrappers/python3/README.md +++ b/vcx/wrappers/python3/README.md @@ -9,3 +9,7 @@ python3 generateDocs.py * A directory will be created locally `./docs` which contains subdirectories 'vcx' and within that 'api'. Html files are generated and put here that give details on each api function. +### How to install + pip install python3-wrapper-vcx + +Note that before you can use python wrapper you must install c-callable SDK and Vcx. \ No newline at end of file diff --git a/vcx/wrappers/python3/tests/conftest.py b/vcx/wrappers/python3/tests/conftest.py index 0e3db57943..d5a27f838c 100644 --- a/vcx/wrappers/python3/tests/conftest.py +++ b/vcx/wrappers/python3/tests/conftest.py @@ -31,4 +31,4 @@ def _shutdown(erase): @pytest.fixture(scope='session', autouse=True) def wait_libindy(): yield - time.sleep(1) \ No newline at end of file + time.sleep(1) # FIXME IS-1060 \ No newline at end of file