## Installation To use scCausalVI, first install it using pip: ``` pip install scCausalVI ``` or install the development version from GitHub: ``` pip install git+https://github.com/ShaokunAn/scCausalVI.git ``` After a correct installation, you should be able to import the module without errors: ``` import scCausalVI ```