Skip to content
  • Jeffin Francis's avatar
    Updated Readme · c52ac3ac
    Jeffin Francis authored
    Changed the Run Section 
    old
    `python main.py config/test.json`
    
    this one will not work with python2 also shows to give --config in python3 so changed to 
    `python3 main.py --config config/test.json`
    c52ac3ac