Download Python Setup: Click to install
Install Modules/Packages
Preparing for easy_install package
- setuptools
cmd\setuptools directory>python setup.py install
- 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