Installing Pybles ================= Using PyPi (pip) ---------------- .. code-block:: bash $ sudo pip install pybles Downloading/unpacking pybles Downloading Pybles-1.0.7.tar.gz Running setup.py egg_info for package pybles Downloading/unpacking blessings>=1.5.1 (from pybles) Downloading blessings-1.5.1.tar.gz Running setup.py egg_info for package blessings Installing collected packages: pybles, blessings Running setup.py install for pybles Running setup.py install for blessings Successfully installed pybles blessings Cleaning up... Manual Instalation ------------------ .. code-block:: bash $ wget https://pypi.python.org/packages/source/P/Pybles/ $ tar xvzf Pybles-1.0.7.tar.gz $ cd Pybles-1.0.7.tar.gz $ sudo python setup.py install Checking .pth file support in /usr/local/lib/python2.7/dist-packages/ /usr/bin/python -E -c pass TEST PASSED: /usr/local/lib/python2.7/dist-packages/ appears to support .pth files running bdist_egg running egg_info writing requirements to Pybles.egg-info/requires.txt writing Pybles.egg-info/PKG-INFO writing top-level names to Pybles.egg-info/top_level.txt writing dependency_links to Pybles.egg-info/dependency_links.txt reading manifest file 'Pybles.egg-info/SOURCES.txt' writing manifest file 'Pybles.egg-info/SOURCES.txt' installing library code to build/bdist.linux-x86_64/egg running install_lib running build_py copying pybles/colors.py -> build/lib.linux-x86_64-2.7/pybles copying pybles/test.py -> build/lib.linux-x86_64-2.7/pybles copying pybles/pybles.py -> build/lib.linux-x86_64-2.7/pybles creating build/bdist.linux-x86_64/egg creating build/bdist.linux-x86_64/egg/pybles copying build/lib.linux-x86_64-2.7/pybles/exceptions.py -> build/bdist.linux-x86_64/egg/pybles copying build/lib.linux-x86_64-2.7/pybles/__init__.py -> build/bdist.linux-x86_64/egg/pybles copying build/lib.linux-x86_64-2.7/pybles/colors.py -> build/bdist.linux-x86_64/egg/pybles copying build/lib.linux-x86_64-2.7/pybles/test.py -> build/bdist.linux-x86_64/egg/pybles copying build/lib.linux-x86_64-2.7/pybles/pybles.py -> build/bdist.linux-x86_64/egg/pybles byte-compiling build/bdist.linux-x86_64/egg/pybles/exceptions.py to exceptions.pyc byte-compiling build/bdist.linux-x86_64/egg/pybles/__init__.py to __init__.pyc byte-compiling build/bdist.linux-x86_64/egg/pybles/colors.py to colors.pyc byte-compiling build/bdist.linux-x86_64/egg/pybles/test.py to test.pyc byte-compiling build/bdist.linux-x86_64/egg/pybles/pybles.py to pybles.pyc creating build/bdist.linux-x86_64/egg/EGG-INFO copying Pybles.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO copying Pybles.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying Pybles.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying Pybles.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO copying Pybles.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO zip_safe flag not set; analyzing archive contents... creating 'dist/Pybles-1.0.7-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it removing 'build/bdist.linux-x86_64/egg' (and everything under it) Processing Pybles-1.0.7-py2.7.egg creating /usr/local/lib/python2.7/dist-packages/Pybles-1.0.7-py2.7.egg Extracting Pybles-1.0.7-py2.7.egg to /usr/local/lib/python2.7/dist-packages Removing Pybles 1.0.4 from easy-install.pth file Adding Pybles 1.0.7 to easy-install.pth file Installed /usr/local/lib/python2.7/dist-packages/Pybles-1.0.7-py2.7.egg Processing dependencies for Pybles==1.0.7 Searching for blessings==1.5.1 Best match: blessings 1.5.1 blessings 1.5.1 is already the active version in easy-install.pth Using /usr/local/lib/python2.7/dist-packages Finished processing dependencies for Pybles==1.0.7