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

alsay pushed a commit to branch adjust_readme
in repository https://gitbox.apache.org/repos/asf/datasketches-python.git

commit 48523f5c1faac9ad1a006f192f064d62fa255c50
Author: AlexanderSaydakov <[email protected]>
AuthorDate: Tue Sep 5 15:00:00 2023 -0700

    removed mention of subdirectory
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 33742cd..e70066c 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ This package provides a variety of sketches as described 
below. Wherever a speci
 
 ## Building and Installation
 
-Once cloned, the library can be installed by running `python3 -m pip install 
.` in the project root directory -- not the python subdirectory -- which will 
also install the necessary dependencies, namely NumPy and 
[pybind11[global]](https://github.com/pybind/pybind11).
+Once cloned, the library can be installed by running `python3 -m pip install 
.` in the project root directory which will also install the necessary 
dependencies, namely NumPy and 
[pybind11[global]](https://github.com/pybind/pybind11).
 
 If you prefer to call the `setup.py` build script directly, which is 
discouraged, you must first install `pybind11[global]`, as well as any other 
dependencies listed under the build-system section in `pyproject.toml`.
 
@@ -92,7 +92,7 @@ The only developer-specific instructions relate to running 
unit tests.
 
 ### Unit tests
 
-The Python unit tests are run via `tox`, with no arguments, from the project 
root directory -- not the python subdirectory. Tox creates a temporary virtual 
environment in which to build and run the unit tests. In the event you are 
missing the necessary package, tox may be installed with `python3 -m pip 
install --upgrade tox`.
+The Python unit tests are run via `tox`, with no arguments, from the project 
root directory. Tox creates a temporary virtual environment in which to build 
and run the unit tests. In the event you are missing the necessary package, tox 
may be installed with `python3 -m pip install --upgrade tox`.
 
 ## License
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to