Tweaks to github and python packages
This commit is contained in:
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user