Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 273 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 273 Bytes

Chapter: PubSub Repo

Create the virtual environment and install dependencies

make init

Activate the virtual environment

source .venv/bin/activate

Run the tests

make test

Help with Make recipes

make help