Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-04 | [bug] fail gracefully if no pixelated modules present | Kali Kaneko | |
currently, we're distributing the wheels for the pixelated modules under downloads.leap.se. bootstrap script tried to download the pixelated modules, but it fails on python versions < 2.7.9, apparently. as a workaround, I make the import of the pixelated modules a non-fatal error by setting a flag, and doing the launching of the pix UA conditional on a successful import. - Related: #8009 | |||
2016-04-04 | [bug] update bootstrap script so that it installs pixelated reqs too | Kali Kaneko | |
2014-08-15 | Add helpers and dependencies installation. | Ivan Alejandro | |
2014-01-14 | bootstrap script -- make run passthrough args work, allow init to be re-run. | elijah | |
2014-01-13 | Install all dependencies unzipped. | Ivan Alejandro | |
Otherwise scrypt gets installed as an egg resulting in an error trying to import it. [Closes #4948] | |||
2013-11-06 | Support read-only remotes. | Ivan Alejandro | |
2013-10-31 | Add script to bootstrap a develop environment. | Ivan Alejandro | |