Skip to content
Snippets Groups Projects
Unverified Commit 867e1918 authored by Claude Warren's avatar Claude Warren Committed by GitHub
Browse files

Update README.md

Partial fix for DATASKETCHES-13
parent 76edd74f
No related branches found
No related tags found
No related merge requests found
......@@ -3,8 +3,7 @@ This is the core C++ component of the Apache DataSketches library. It contains
This component is also a dependency of other components of the library that create adaptors for target systems, such as PostgreSQL.
Note that we have a parallel core component for Java implementations of the same sketch algorithms,
[datasketches-java](https://github.com/apache/datasketches-java).
Note that we have a parallel core component for [Java]((https://github.com/apache/datasketches-java) and [Python]((https://github.com/apache/datasketches-python) implementations of the same sketch algorithms.
Please visit the main [Apache DataSketches website](https://datasketches.apache.org) for more information.
......@@ -104,4 +103,4 @@ from GitHub using CMake's `ExternalProject` module. The code would look somethin
target_include_directories(my_dependent_target
PRIVATE ${datasketches_INSTALL_DIR}/include/DataSketches)
add_dependencies(my_dependent_target datasketches)
```
\ No newline at end of file
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment