|
SIMPL Programming for Python |
On your Linux distribution you'll want to verify that you have the following additional packages:
The self installing archive simplifies the installation of SIMPL and the sample code from the course into one single install script. This installation will be done in /tmp and will allow you to run all the code associated with the course as a temporary demo. If you are satisfied and wish to make this SIMPL installation permanent you will be offered that option.
The steps are as follows:
NOTE: If you wish to examine this install script before running it
you can simply edit pythoncourse.sh. The installer script is contained in
the first part up until the line:
__TARBALL_FOLLOWS__
If all your code installed and built correctly using the procedure above you should be able to see a list of tests associated with the course.
From that list of course tests you can select the lesson 2 test
by typing:
lesson2
at the installer script prompt.
If you are successful the code for lesson 2 should run.
Have fun. Hope you enjoy the course.