Skip to content

mjvallone/companies_review

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages