Skip to content

Commit 183bc95

Browse files
mursalfkndem0
authored andcommitted
Update README.md
Added 'Installing via PIP' section to help users install directly without cloning the repository.
1 parent 4247066 commit 183bc95

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,18 @@ packages to make easier and compact the coding of recurrent workflows.
1212
**Smithers** requires `numpy`, `scipy` and `matplotlib`, which are the common libraries for scientific computing in the Python community.
1313
All the other dependencies of **Smithers** are imported *at runtime*.
1414

15+
### Installing via PIP
1516

17+
Mac and Linux users can install pre-built binary packages using pip. To install the package just type:
18+
19+
```
20+
> pip install git+https://github.com/mathLab/smithers.git
21+
```
22+
23+
To uninstall the package:
24+
```
25+
> pip uninstall smithers
26+
```
1627

1728
### Installing from source
1829
The official distribution is on GitHub, and you can clone the repository using

0 commit comments

Comments
 (0)