forked from hchengwang/Software-duckietown
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdependencies_common.sh
More file actions
executable file
·44 lines (36 loc) · 858 Bytes
/
Copy pathdependencies_common.sh
File metadata and controls
executable file
·44 lines (36 loc) · 858 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#!/bin/bash
set -e
if [[ `id -u` -eq 0 ]] ; then
echo "Do not run this with sudo (do not run random things with sudo!)." ;
exit 1 ;
fi
set -x
sudo apt install -y \
python-frozendict \
libxslt-dev \
libxml2-dev \
python-lxml \
python-bs4 \
python-tables \
python-sklearn \
apt-file \
iftop \
atop \
ntpdate \
python-termcolor \
python-sklearn \
libatlas-base-dev \
python-dev \
ipython \
python-smbus \
libturbojpeg \
python-cffi \
python-skimage
sudo apt remove -y \
python-ruamel.yaml \
python-ruamel.ordereddict
# These don't have an APT package
pip install --user --upgrade -r requirements.txt
pip install --user jpeg4py
# None of this should be needed. Next time you think you need it, let me know and we figure it out. -AC
# sudo pip install --upgrade pip setuptools wheel