Install Murphy

Installing with Pip

Installing with pip is fairly straight forward. Just run:

pip install smpa-murphy

Installing from Source

Installing from source is fairly easy:

  1. Install all dependencies:

    pip install -r requirements.txt
    
  2. Pull the repo:

    git clone https://github.com/Social-Media-Public-Analysis/murphy.git
    
  3. Move over to the main directory:

    cd murphy
    
  4. Install with setup.py:

    python setup.py install
    

Test

To test that everything is working well:

pytest tests/