December 2015
Beginner to intermediate
122 pages
2h 23m
English
Let's set up our Python development environment. We assume here that you have already followed the instructions in Chapter 1, Getting Acquainted with Storm, to install Storm 0.9.3:
virtualenv, a tool for managing Python libraries. On Ubuntu, simply run this command:sudo apt-get install python-virtualenvvirtualenv petrelYou will see something like the following output:
New python executable in petrel/bin/python Installing distribute.............................................................................................................................................................................................done ...
Read now
Unlock full access