You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,34 +22,36 @@ Some demonstrations (both in Python and Jupyter Notebook format) are available i
22
22
23
23
## Installation
24
24
25
-
The Library has been tested on Linuxand MacOSX. It requires a C++ compiler for using the EMD solver and rely on the following Python modules:
25
+
The library has been tested on Linux, MacOSX and Windows. It requires a C++ compiler for using the EMD solver and relies on the following Python modules:
26
26
27
27
- Numpy (>=1.11)
28
28
- Scipy (>=0.17)
29
29
- Cython (>=0.23)
30
30
- Matplotlib (>=1.5)
31
31
32
+
#### Pip installation
32
33
33
-
Under debian based linux the dependencies can be installed with
0 commit comments