From eae6f685279a2a233b395f2e04d47c750d15f660 Mon Sep 17 00:00:00 2001 From: Niru Maheswaranathan Date: Fri, 23 Feb 2024 02:33:35 -0800 Subject: [PATCH] Update README.md Updates pip install command --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index faf67b5..f517501 100644 --- a/README.md +++ b/README.md @@ -115,10 +115,6 @@ You need **Python 3.8 or greater**. *Note: Versions prior to v0.3.0 work also with Python 3.6 or greater, however they require scipy version to be lower than v1.8.0.* -#### From PyPi -you want to use PyProximal within your codes, -install it in your Python environment by typing the following command in your terminal: - To get the most out of PyLops straight out of the box, we recommend `conda` to install PyLops: ```bash conda install -c conda-forge pyproximal @@ -127,7 +123,7 @@ conda install -c conda-forge pyproximal #### From PyPi You can also install pyproximal with `pip`: ```bash -pip install pylops +pip install pyproximal ``` #### From Github @@ -193,4 +189,4 @@ you are required to rebuild the entire documentation before your changes will be * Matteo Ravasi, mrava87 * Nick Luiken, NickLuiken * Eneko Uruñuela, eurunuela -* Marcus Valtonen Örnhag, marcusvaltonen \ No newline at end of file +* Marcus Valtonen Örnhag, marcusvaltonen