forked from jaateixeira/ScrapLogGit2Net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dependencies.sh
30 lines (22 loc) · 860 Bytes
/
dependencies.sh
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
# Handeling and visualyzing networks
apt-get install python3-networkx
apt-get install python3-matplotlib
# For time-stamping
apt-get install python3-dateutil
# For coloring nodes
apt-get install python3-colorama
# For generating exel file
apt-get install python3-xlwt
# To validate GraphML XML files
apt-get install libxml2-utils
git clone https://github.com/jaateixeira/business_firm_color_dictionary_json.git
# For cropping the white margins of a pdf output to include in papers
pip install pdfCropMargins --upgrade
# Caching API requests
pip3 install requests_cache
# Using the existing PyGitHub lib
pip3 install github
pip3 install PyGithub
# Cropping images and deploying latex code
sudo apt-get install texlive-latex-recommended texlive-extra-utils texlive-latex-extra
pip3 install pdfCropMargins --user --upgrade --only-binary pymupdf