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/07/03 23:04:29 UTC

[incubator-datasketches-cpp] branch python_readme created (now 028d429)

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

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


      at 028d429  Update README.md

This branch includes the following new commits:

     new 028d429  Update README.md

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[incubator-datasketches-cpp] 01/01: Update README.md

Posted by jm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 028d429a85d4086f80d92de97921df37f2955663
Author: Jon Malkin <jm...@users.noreply.github.com>
AuthorDate: Wed Jul 3 16:04:25 2019 -0700

    Update README.md
    
    Move python instal info out of main readme
---
 README.md | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/README.md b/README.md
index a5e70b8..3ad1d1c 100644
--- a/README.md
+++ b/README.md
@@ -2,11 +2,4 @@ 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
-cd incubator-datasketches-cpp
-pip install .
-```
-
-In the event you do not have `pip` installed, you can invoke the setup script directly by replacing the last line above with `python3 setup.py install`.
+For the python interface, see the README notes in [the python subdirectory](https://github.com/apache/incubator-datasketches-cpp/tree/master/python).


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