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



Related Posts:

  • Mobile - PhoneGap & Android Studio Yesterday at GoogleIO, Google announced Android Studio, a new development environment for authoring Android applications. This is a great looking new IDE for Android, based off of IntelliJ IDEA, with some new… Read More
  • Jquery Mobile - Improve Performance jQuery Mobile Performance Improvement There are times when jQuery Mobile can seem a bit sluggish. If this is happening to your app, don’t worry, there is help available. Here are some tips that can put a spring back into y… Read More
  • Android - Install APK from Windows to Android DeviceIn the folder where the Android SDK was installed, there should be a folder called “tools.” Find the MS-DOS Batch File called “ddms” and open it. You should see your device listed in the name box. Head over to the “Devi… Read More
  • PhoneGap - Setup New Project PhoneGap with Android Setup New Project In a terminal window, navigate to the bin directory within the android subfolder of the Cordova distribution. Type in ./create <project_folder_path> <package_name> <… Read More
  • Mobile Website vs. Mobile App (Application): Which is Best for Your Organization? If you're planning to establish a mobile presence for your business or organization one of the first considerations that will likely come to mind is whether you want to create a mobile application for users to download (ap… Read More

0 comments:

Post a Comment