#TO LAUNCH THE MIGRATION : # Change current directory to seam directory in project folder : cd /home/user/workspace/seamMigration/seam # The script take only one input which is the source folder of the project to migrate. # Use the following line to start the migration : python initseam.py "/home/wbars/workspace/PAMSimulator" # If python is not installed on your machine, use the command : (not yet compliant with python 3) sudo apt-get install python2.7