Installation#
causal-networkx supports Python >= 3.8.
## Installing with pip
causal-networkx is available [on PyPI](https://pypi.org/project/causal-networkx/). Just run
`bash
pip install causal-networkx
`
## Installing from source
To install causal-networkx from source, first clone [the repository](https://github.com/adam2392/causal-networkx):
`bash
git clone https://github.com/adam2392/causal-networkx.git
cd causal-networkx
`
Then run
`bash
pip install -e .
`