Skip to content

robbykyle/isw-registration-script

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ISW Registration Script

Running (steps 2 to 4 are only for the first time)

  1. Go into the 'isw-registration-script' directory on the terminal.

     cd isw-registration-script
    
  2. Check if python version 2.7 is installed, by running python.

  • If python 2.7.x shows up, then go to step 4.
  • If any other versions or python is not installed, go to step 3.
  1. Install the latest stable version of 2.7.x by going to https://www.python.org/downloads/.
  1. Install csvkit

     pip install csvkit
    
  2. Run the script and go to localhost:8080 (Double check the url listed after running the command below)

     python isw.py
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.7%
  • Smarty 2.3%