Closed mscook closed 11 years ago
Just reporting what I had to do to install SeqFindR on my mac:
SeqFindR
Took about 45 mins.
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.
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.
See some info here -
https://ncoghlan_devs-python-notes.readthedocs.org/en/latest/venv_bootstrap.html