mscook / SeqFindR

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

OSx install issues #11

Closed mscook closed 11 years ago

mscook commented 11 years ago

See some info here -

https://ncoghlan_devs-python-notes.readthedocs.org/en/latest/venv_bootstrap.html

bawee commented 11 years ago

Just reporting what I had to do to install SeqFindR on my mac:

SeqFindR

Took about 45 mins.

mscook commented 11 years ago

Ok. It looks like the best we to handle this is to bootstrap a setuptools instance if it doesn't exist. We can use something such as ez_setup to achieve this and wrap it within try: import...except: do_bootstrap(). @happykhan & I played around with this today.

mscook commented 11 years ago

I'm going to close this. We now use ez_setup to bootstrap setuptools if it's not available. This will be in the v 0.2 release which I'll push today.