We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee27094 commit 550529dCopy full SHA for 550529d
README.md
@@ -34,8 +34,10 @@ build libdas2.3:
34
Though package names vary from system to system, commands for installing the
35
prequisites are provided below \.\.\.
36
```bash
37
-$ sudo yum install expat-devel fftw-devel openssl-devel # RedHat 7 and similar
38
-$ sudo apt install libexpat-dev libfftw3-dev libssl-dev zlib1g-dev # Debian 9 and similar
+$ sudo yum install expat-devel fftw-devel openssl-devel # CentOS 7 and similar
+$ sudo yum install python3-devel python36-numpy # CentOS 7 and similar
39
+
40
+$ sudo apt install libexpat-dev libfftw3-dev libssl-dev zlib1g-dev # Debian 9 and similar
41
```
42
and on windows using [vcpkg](https://github.com/microsoft/vcpkg)\.\.\.
43
```batchfile
0 commit comments