From 262728035a68aa73156b736e5d449696a8a6d3b5 Mon Sep 17 00:00:00 2001 From: Alexandra Valeanu Date: Fri, 8 Dec 2023 00:31:01 +0600 Subject: [PATCH] fixup! update documentation, import fix --- README.md | 2 +- docs/chapters/installation.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea028c3..fde1cbb 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ cd kinex 3. Install the package ``` -pip install -e . +pip install . ``` ## [Documentation](https://kinex.readthedocs.io/en/latest/) diff --git a/docs/chapters/installation.rst b/docs/chapters/installation.rst index 89c82d3..c2d2c11 100644 --- a/docs/chapters/installation.rst +++ b/docs/chapters/installation.rst @@ -63,4 +63,4 @@ Installation from Source .. code:: bash - pip install -e . \ No newline at end of file + pip install . \ No newline at end of file