Skip to content

Commit

Permalink
Added Readme stub for Installation section
Browse files Browse the repository at this point in the history
Signed-off-by: artem.ivanov <[email protected]>
  • Loading branch information
Artemkaaas committed Nov 7, 2018
1 parent 18c5835 commit 38a9892
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions vcx/wrappers/python3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion vcx/wrappers/python3/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ def _shutdown(erase):
@pytest.fixture(scope='session', autouse=True)
def wait_libindy():
yield
time.sleep(1)
time.sleep(1) # FIXME IS-1060

0 comments on commit 38a9892

Please sign in to comment.