Confirmed users
924
edits
| Line 24: | Line 24: | ||
** '''python build.py <your directory name>''' Example: '''python build.py exp1''' (should create a directory named '''exp1''') | ** '''python build.py <your directory name>''' Example: '''python build.py exp1''' (should create a directory named '''exp1''') | ||
* Switch into the directory that we've just created, in this example we used '''exp1''' and run the following command: | * Switch into the directory that we've just created, in this example we used '''exp1''' and run the following command: | ||
** '''python -m SimpleHTTPServer 8080''' | ** '''python -m SimpleHTTPServer 8080''' (you should now be able visit: '''http://localhost:8080''' | ||