Commit 707110cc authored by Andrey Filippov's avatar Andrey Filippov Committed by GitHub
Browse files

Update README.md

parent 167644f2
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -14,3 +14,8 @@ is in this [blog post](http://blog.elphel.com/2016/03/free-fpga-reimplement-the-
[VDT plugin](https://github.com/Elphel/vdt-plugin) README file describes steps needed after installation of Xilinx software
(unisims library is not distributed separately). 

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
```