-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathLISTA
124 lines (57 loc) · 1.92 KB
/
LISTA
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
instalar pycharm
https://www.jetbrains.com/pycharm/download/#section=linux
https://www.jetbrains.com/pycharm-edu/quickstart/installation.html#linux
instalar Bitbucket / sincronizar y clonar repositorio
https://bitbucket.org/
https://help.ubuntu.com/lts/serverguide/git.html
sudo apt install git --upgrade
instalar pip3
sudo apt-get install python3-pip --upgrade
actualizar pip3
sudo pip3 install pip --upgrade
instalar typeform python
https://pypi.python.org/pypi/typeform/0.1.1
sudo pip3 install typeform --upgrade
Instalar beautiful soup
sudo pip3 install beautifulsoup4 --upgrade
Instalar bs4
sudo pip3 install bs4 --upgrade
Instalar html5lib
sudo pip3 install html5lib --upgrade
Instalar lxml
sudo pip3 install lxml --upgrade
Instalar nltk
sudo pip3 install nltk --upgrade
Abrir python e instalar nltk - data
sudo python3
import nltk
nltk.download('all')
##
sudo pip3 install dogpile.cache
Instalar Python EPO OPS CLIENT
sudo pip3 install python-epo-ops-client --upgrade
git clone https://github.com/55minutes/python-epo-ops-client
cd python-epo-ops-client
sudo python3 setup.py install
cd
sudo pip3 install urllib3 --upgrade
Instalar translate
sudo pip3 install translate --upgrade
Instalar gensim
sudo pip3 install gensim --upgrade
Instalar sklearn
sudo pip3 install scikit-learn[alldeps] --upgrade
Instalar pandas
sudo pip3 install pandas --upgrade
Instalar seaborn (Complementario a Pandas)
sudo pip3 install seaborn --upgrade
Instalar statsmodels (complementario a Pandas)
sudo pip3 install statsmodels --upgrade
Instalar xml2dict
sudo pip3 install xml2dict --upgrade
### para descargar modelo de google en gensim descargar de
https://drive.google.com/file/d/0B7XkCwpI5KDYNlNUTTlSS21pQmM/edit
sacado de: http://mccormickml.com/2016/04/12/googles-pretrained-word2vec-model-in-python/
####################################################3
Instalar LaTeX (3 GIGAS! )
sudo apt install texlive-full