Tweaks to github and python packages

This commit is contained in:
2021-02-14 09:41:27 -05:00
parent 74bde6f45a
commit aba4d50eb4
2 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ do
if [ -d $i ]; then
rm -rf $i
fi
git clone https://github.com/nprobert/$i
git clone https://github.com/nprobert/$i --recursive
cd ..
ln -fs ProbeStar/$i
cd ProbeStar
@ -40,7 +40,7 @@ do
git clone https://github.com/nprobert/$i
done
cd $HOME
for i in CInfrastructure CVehicle NissanV2X PyVehicle ProberN RosVehicle
for i in CInfrastructure CVehicle PyVehicle RosVehicle
do
ln -fs NTCNA/$i $i
done

View File

@ -4,4 +4,4 @@
sudo -H pip3 install --upgrade pip
# 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