Skip to content

reloc8/lambda-dispatch-stream

Repository files navigation

Development

  1. Create a virtual environment:

    $ python3 -m venv .venv

  2. Activate the created environment:

    $ source .venv/bin/activate

  3. Upgrade pip:

    $ python3 -m pip install --upgrade pip

  4. Install the requirements:

    $ pip install --upgrade -r requirements.txt

  5. Mark the main package as Sources Root.

Test

  1. Install the testing requirements:

    $ pip install --upgrade -r requirements-test.txt

  2. Run all tests in package tests