File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff 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
116116require 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-
122118To get the most out of PyLops straight out of the box, we recommend ` conda ` to install PyLops:
123119``` bash
124120conda install -c conda-forge pyproximal
@@ -127,7 +123,7 @@ conda install -c conda-forge pyproximal
127123#### From PyPi
128124You 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
You can’t perform that action at this time.
0 commit comments