Differences

This shows you the differences between two versions of the page.

Link to this comparison view

installation_linux_numpy [2017/01/10 15:07]
y.audouin
installation_linux_numpy [2020/04/01 07:13] (current)
y.audouin [Installation of Numpy on Linux]
Line 3: Line 3:
 ===== Check if it is already installed ===== ===== Check if it is already installed =====
  
-Run:+Type in a terminal:
 <box round> <box round>
-python+python3
 </​box>​ </​box>​
 Then in the Python environment type: Then in the Python environment type:
Line 19: Line 19:
 ===== Installation ===== ===== Installation =====
  
-Run:+Type in a terminal:
 <box round> <box round>
-''​sudo apt-get install ​python-numpy''​+''​sudo apt-get install ​python3-numpy''​
 </​box>​ </​box>​