Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 503 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 503 Bytes

Where are most companies registered?

Install

To setup the project locally after you have cloned this repository:

  • python3 -m venv venv create virtual environment
  • source venv/bin/activate to activate venv on Linux or venv\Scripts\activate.bat to activate venv on Windows
  • poetry install install dependencies
  • cd orgdensity go to program folder
  • python main.py start a server

The app will be available on localhost:8050

Run tests

python -m pytest