diff --git a/README.md b/README.md index d0c592587aafe4bf4c06de2e7241de2c01475260..460451f8a558d1e51785297e169a47afa469e23e 100644 --- a/README.md +++ b/README.md @@ -17,5 +17,5 @@ is in this [blog post](http://blog.elphel.com/2016/03/free-fpga-reimplement-the- Python program used on the target and during Cocotb simulation requires Python numpy module, on Ubuntu you may install it with ``` -sudo apt-get install python2.7-numpy +sudo apt-get install python-numpy ```