This is an automated email from the ASF dual-hosted git repository. jmalkin pushed a commit to branch py_readme_cleanup in repository https://gitbox.apache.org/repos/asf/datasketches-cpp.git
commit b3964eaa5e0e11bba74ca1763d3fe6026d6e7580 Author: Jon Malkin <[email protected]> AuthorDate: Wed Sep 22 16:48:23 2021 -0700 use logo with trademark icons, no need to caveat maybe-not-yet for pypi --- python/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/README.md b/python/README.md index b6834f1..86d1818 100644 --- a/python/README.md +++ b/python/README.md @@ -1,4 +1,4 @@ -<img src="https://datasketches.apache.org/img/datasketches-HorizontalColor-1.svg" width="75%" alt="Apache DataSketchs Logo"> +<img src="https://raw.githubusercontent.com/apache/datasketches-website/master/logos/svg/datasketches-HorizontalColor-TM.svg" width="75%" alt="Apache DataSketchs Logo"> # The Apache DataSketches Library for Python @@ -16,7 +16,7 @@ Once cloned, the library can be installed by running `python -m pip install .` i If you prefer to call the `setup.py` build script directly, you must first install `pybind11[global]`, as well as any other dependencies listed under the build-system section in `pyproject.toml`. -The library is also available (or soon will be) from PyPI via `python -m pip install datasketches`. +The library is also available from PyPI via `python -m pip install datasketches`. ## Usage --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
