Skip to content

Commit eae6f68

Browse files
authored
Update README.md
Updates pip install command
1 parent 3ebd5e3 commit eae6f68

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,6 @@ You need **Python 3.8 or greater**.
115115
*Note: Versions prior to v0.3.0 work also with Python 3.6 or greater, however they
116116
require scipy version to be lower than v1.8.0.*
117117

118-
#### From PyPi
119-
you want to use PyProximal within your codes,
120-
install it in your Python environment by typing the following command in your terminal:
121-
122118
To get the most out of PyLops straight out of the box, we recommend `conda` to install PyLops:
123119
```bash
124120
conda install -c conda-forge pyproximal
@@ -127,7 +123,7 @@ conda install -c conda-forge pyproximal
127123
#### From PyPi
128124
You can also install pyproximal with `pip`:
129125
```bash
130-
pip install pylops
126+
pip install pyproximal
131127
```
132128

133129
#### From Github
@@ -193,4 +189,4 @@ you are required to rebuild the entire documentation before your changes will be
193189
* Matteo Ravasi, mrava87
194190
* Nick Luiken, NickLuiken
195191
* Eneko Uruñuela, eurunuela
196-
* Marcus Valtonen Örnhag, marcusvaltonen
192+
* Marcus Valtonen Örnhag, marcusvaltonen

0 commit comments

Comments
 (0)