You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by jm...@apache.org on 2019/06/25 19:31:04 UTC

[incubator-datasketches-cpp] branch pybind11 updated: update readme with python instructions

This is an automated email from the ASF dual-hosted git repository.

jmalkin pushed a commit to branch pybind11
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-cpp.git


The following commit(s) were added to refs/heads/pybind11 by this push:
     new 5c30406  update readme with python instructions
5c30406 is described below

commit 5c30406f559604108e02b8c17add5cd5af51f7be
Author: jmalkin <jm...@users.noreply.github.com>
AuthorDate: Tue Jun 25 12:30:41 2019 -0700

    update readme with python instructions
---
 README.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/README.md b/README.md
index 689b203..b16f454 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,11 @@
 This is an unfinished effort to port some of datasketches-java code to C++.
 
 We will be standardizing on C++11 for the time being.
+
+For the python interface, clone the repo with `--recursive` to ensure you get the python binding library ([pybind11](https://github.com/pybind/pybind11))
+```
+git clone --recursive https://github.com/apache/incubator-datasketches-cpp.git
+pip install .
+```
+
+Since this is still experimental, you may prefer to instead run `python3 config.py develop` to avoid installing the package.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org