mscook / SeqFindR

A tool to easily create informative genomic feature plots
http://mscook.github.io/SeqFindR/
Other
17 stars 12 forks source link

Enforce latest version of pip #21

Closed mscook closed 10 years ago

mscook commented 10 years ago

This may eliminate some installation issues-

"pip now only requires setuptools (any setuptools, not a certain version) when installing distributions from src" (i.e. not from wheel).

A script to get pip (get-pip.py) now installs setuptools, when it’s not already installed.

mscook commented 10 years ago

OK. As a consequence the installation has been significantly streamlined (assume setuptools only).