added nas related setup

This commit is contained in:
2014-02-17 09:35:13 +00:00
parent d66ab53863
commit 4ea879d517
3 changed files with 23 additions and 0 deletions

8
doc/piface.txt Normal file
View File

@@ -0,0 +1,8 @@
sudo apt-get install -y python-dev python-gtk2-dev git
pushd ~/
git clone https://github.com/thomasmacpherson/piface.git
pushd piface/python
sudo python setup.py install
popd
sudo piface/scripts/spidev-setup
popd