Skip to content

Commit 78bc60e

Browse files
Update Scipy.md
1 parent a9a9410 commit 78bc60e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/python/Scipy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Scipy is a powerful Python library used for scientific and technical computing.
44

55
**1. Installation:**
66
```python
7-
!pip install scipy
7+
python -m pip install scipy
88
```
99

1010
**2. Import and Usage:**

0 commit comments

Comments
 (0)