We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4247066 commit 183bc95Copy full SHA for 183bc95
README.md
@@ -12,7 +12,18 @@ packages to make easier and compact the coding of recurrent workflows.
12
**Smithers** requires `numpy`, `scipy` and `matplotlib`, which are the common libraries for scientific computing in the Python community.
13
All the other dependencies of **Smithers** are imported *at runtime*.
14
15
+### Installing via PIP
16
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
27
28
### Installing from source
29
The official distribution is on GitHub, and you can clone the repository using
0 commit comments