Monday, October 7, 2013

Python - Setup and Install Packages A-Z

Setup Python
Download Python Setup: Click to install

Install Modules/Packages
Preparing for easy_install package
- setuptools
cmd\setuptools directory>python setup.py install


If setuptools appears to install correctly, and you can run the easy_install but need to set PATH VARIABLE includes the appropriate C:\\Python2X\\Scripts directory

- easy_install
do not wish easy_install to actually download anything, you can restrict it from doing so with the --allow-hosts option
cmd>easy_install

Downloading and Installing a Package

RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information as graphs.
cmd> easy_install rdflib



0 comments:

Post a Comment