< Introduction | Tutorial
Getting Hash Shell
Hash Shell is currently only available as source code. That's okay, because it's Python -- you don't have to compile anything.
Instructions for fetching the code can be found here. If you're unsure where to put it, try "$HOME/opt/hashshell", as in:
bzr branch lp:hashshell $HOME/opt/hashshell
Installing Hash Shell
Hash Shell doesn't really have anything to install as of yet.
Dependencies
SimpleParse:
#in Ubuntu, from repositories
sudo apt-get install python-simpleparse
or
#using setuptools easy_install
sudo easy_install simpleparse
That should completely prepare us for the first time running Hash Shell.
< Introduction | Tutorial