I am trying to install psycopg2 in my virtualenv. I tried pip I tried easy_install nothing works ... installing from pip is a more desirable choice, but it needs to be done through the nwcell github package https://github.com/nwcell/psycopg2-windows uses the command I used:
pip install git+https://github.com/nwcell/psycopg2-windows.git@win64-py34#egg=psycopg2
As the docs say:
pip Git, Mercurial, Subversion Bazaar VCS url: "git +", "hg +", "bzr +", "svn +".pip , VCS: Git, hg, svn bzr.
pip Git, Mercurial, Subversion Bazaar VCS url: "git +", "hg +", "bzr +", "svn +".
pip , VCS: Git, hg, svn bzr.
, git %PATH%, pip install git+<anything>. , git , %PATH%.
git
%PATH%
pip install git+<anything>