Skip to content

Commit ed991d9

Browse files
committed
Changed README with PyPi info
1 parent 393310e commit ed991d9

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,22 @@ This repository is organized as follows:
8383
You need **Python 3.5 or greater**.
8484

8585
#### From PyPi
86-
Coming soon...
86+
87+
If you want to use PyLops-gpu within your codes,
88+
install it in your Python-gpu environment by typing the following command in your terminal:
89+
90+
```
91+
pip install pylops-gpu
92+
```
93+
94+
Open a python terminal and type:
95+
96+
```
97+
import pylops_gpu
98+
```
99+
100+
If you do not see any error, you should be good to go, enjoy!
101+
87102

88103
#### From Github
89104

0 commit comments

Comments
 (0)