From d6f7dd3845f1588185d69f8c5a719073ebb05dd9 Mon Sep 17 00:00:00 2001 From: Jacopo Fadanni <113986263+JFadanni@users.noreply.github.com> Date: Mon, 8 Apr 2024 09:39:10 +0200 Subject: [PATCH] Update README.md Fixed wrong wording --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8134b97..4237cbc 100644 --- a/README.md +++ b/README.md @@ -56,12 +56,12 @@ The quickest way to install package is through `pip`. > \$ pip install EMD-signal -In this way you install the old version of PyEMD hosted on PyPi +In this way you install the latest stable release of PyEMD hosted on PyPi ### From source In case, if you only want to *use* EMD and its variations, the best way to install PyEMD is through `pip`. -However, if you want to modify the code, anyhow you might want to download the code and build package yourself. +However, if you want the latest version of PyEMD, anyhow you might want to download the code and build package yourself. The source is publicaly available and hosted on [GitHub](https://github.com/laszukdawid/PyEMD). To download the code you can either go to the source code page and click `Code -> Download ZIP`, or use **git** command line @@ -78,7 +78,7 @@ A quicker way to install PyEMD from source is done using `pip` and `git` in the >\$ python3 -m pip install git+https://github.com/laszukdawid/PyEMD.git **Note**, however, that this will install it in your current environment. If you are working on many projects, or sharing reources with others, we suggest using [virtual environments](https://docs.python.org/3/library/venv.html). - +If you want to make your installation editable use the `-e` flag for [pip](https://packaging.python.org/en/latest/tutorials/installing-packages/) ## Example More detailed examples are included in the