Skip to content

Latest commit

 

History

History
21 lines (10 loc) · 391 Bytes

README.md

File metadata and controls

21 lines (10 loc) · 391 Bytes

Companies review

Running

  1. Create virtualenv using python3 (follow https://virtualenvwrapper.readthedocs.io/en/latest/install.html)

     virtualenv env
    
  2. Activate the virtualenv

     source env/bin/activate
    
  3. Install python requirements

     pip install -r requirements.txt
    
  4. Run main.py with a company name to get it review

     python main.py company_name