Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 435 Bytes

INSTALL.md

File metadata and controls

30 lines (20 loc) · 435 Bytes

Installation Instructions for linux/macOS

    virtualenv -p python3.5 venv
    source venv/bin/activate
    pip install -r requirements.pip

On Mac

    brew install gdal

On linux

    sudo apt-get install libgdal-dev

Test

Configure the environment

Set the environment variables in trashradar-api/trashradar/.env.

Run the tests

    cd trashradar-api
    python manage test