Tweaks to github and python packages
This commit is contained in:
@ -18,7 +18,7 @@ do
|
|||||||
if [ -d $i ]; then
|
if [ -d $i ]; then
|
||||||
rm -rf $i
|
rm -rf $i
|
||||||
fi
|
fi
|
||||||
git clone https://github.com/nprobert/$i
|
git clone https://github.com/nprobert/$i --recursive
|
||||||
cd ..
|
cd ..
|
||||||
ln -fs ProbeStar/$i
|
ln -fs ProbeStar/$i
|
||||||
cd ProbeStar
|
cd ProbeStar
|
||||||
@ -40,7 +40,7 @@ do
|
|||||||
git clone https://github.com/nprobert/$i
|
git clone https://github.com/nprobert/$i
|
||||||
done
|
done
|
||||||
cd $HOME
|
cd $HOME
|
||||||
for i in CInfrastructure CVehicle NissanV2X PyVehicle ProberN RosVehicle
|
for i in CInfrastructure CVehicle PyVehicle RosVehicle
|
||||||
do
|
do
|
||||||
ln -fs NTCNA/$i $i
|
ln -fs NTCNA/$i $i
|
||||||
done
|
done
|
||||||
|
|||||||
@ -4,4 +4,4 @@
|
|||||||
sudo -H pip3 install --upgrade pip
|
sudo -H pip3 install --upgrade pip
|
||||||
|
|
||||||
# Python3
|
# Python3
|
||||||
sudo -H pip3 install --upgrade pyserial numpy pyasn1 matplotlib pyside2 scapy virtualenv virtualenvwrapper
|
sudo -H pip3 install --upgrade pyserial numpy pyasn1 scapy virtualenv virtualenvwrapper pyside2 matplotlib
|
||||||
|
|||||||
Reference in New Issue
Block a user