Looks like your almost there [1] That binary blob of text is Python script that completes the download and install of PiP Typically on a *Nix OS you can curl the blob and pipe into Python [2] (See 'Installing pip' section for curl examples).
1 https://pip.pypa.io/en/latest/installing.html 2 https://www.digitalocean.com/community/tutorials/common-python-tools-using-virtualenv-installing-with-pip-and-managing-packages On Thu, Mar 12, 2015 at 6:23 AM, Mo <[email protected]> wrote: > Hello guys, > > I want to experiment with Nupic Studio (or Nupic in general) but being a > newbie I am having hard time understand how to start. The issue i have with > all the dependencies. I am looking at the following page: > > https://github.com/nupic-community/nupic.studio > > I will assume I need to install Python (which version?), the Nupic studio > and somehow PIP(?) > > I tried to install PIP but I get something that look like a huge text > file?? It actually says: > > ------------ > > Hi There! > # You may be wondering what this giant blob of binary data here is, you might > # even be worried that we're up to something nefarious (good for you for being > # paranoid!). This is a base64 encoding of a zip file, this zip file contains > # an entire copy of pip. > # > # Pip is a thing that installs packages, > > -- > > ------------------ > > > Not sure what do from there. Anybody could give me a hand? I would really > love to see a more step by step procedure since I am very new to command line > type installs. > > Can't wait to experiment with Nupic (if I could just cross this obstacle :) > > > THANK YOU for any pointers! > > > Mo > > > ps: Macbook air: 10.10.2 Yosemite > >
