Showing posts with label pip. Show all posts
Showing posts with label pip. Show all posts

Tuesday, December 19, 2017

Python libraries

Running API from python code needs this libraries.


installing in centos
curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py"
python get-pip.py

sudo pip install web.py
sudo pip install pyt
sudo pip install python-dateutil
sudo pip install tzlocal
sudo pip install pyyaml



installing in ubuntu, need to install the pip first.
$ sudo apt-get install python-pip python-dev build-essential
$ sudo pip install --upgrade pip
$ sudo pip install --upgrade virtualenv



free online comma separating tool

https://delim.co/#