```agustina.bosso@Agustinas-MBP in ~/Repos/pact-py...
# pact-python
a
Copy code
agustina.bosso@Agustinas-MBP in ~/Repos/pact-python/examples/consumer (master) > pytest --run-broker True --publish-pact 1

ImportError while loading conftest '/Users/agustina.bosso/Repos/pact-python/examples/consumer/conftest.py'.
conftest.py:2: in <module>
    from testcontainers.compose import DockerCompose
E   ImportError: No module named testcontainers.compose
m
Have you installed the necessary requirements? Probably the easiest way to get to a sensible starting point is just do a "make examples" which will go through and run the various examples, installing requirements for each
a
awesome, where is make examples??
m
you run it from the top of the repo
"make" I mean, which then uses the Makefile, in the top of the repo
a
perfect! thanksss!!
m
great
Can I ask, were you following the README in the examples folder? I notice the provider examples do include running a
pip install -r requirements.txt
but the consumer does not, I will add it, thanks for pointing it out 🙂