Merge branch 'master' of github.com:p4lang/tutorials

This commit is contained in:
Robert Soule 2017-11-03 20:30:19 -07:00
commit b086127c54

View File

@ -47,7 +47,6 @@ unset LDFLAGS
cd .. cd ..
# Install gRPC Python Package # Install gRPC Python Package
sudo pip install grpcio sudo pip install grpcio
sudo pip install crcmod
# BMv2 deps (needed by PI) # BMv2 deps (needed by PI)
git clone https://github.com/p4lang/behavioral-model.git git clone https://github.com/p4lang/behavioral-model.git
@ -110,7 +109,7 @@ cd ..
cd .. cd ..
# Tutorials # Tutorials
pip install crcmod sudo pip install crcmod
git clone https://github.com/p4lang/tutorials git clone https://github.com/p4lang/tutorials
sudo mv tutorials /home/p4 sudo mv tutorials /home/p4
sudo chown -R p4:p4 /home/p4/tutorials sudo chown -R p4:p4 /home/p4/tutorials