Welcome to EMM’s documentation!¶
EMM¶
Endocytic membrane modeling: Let’s try to infer the most optimal parameters of membrane tension, bending rigidity, spontaneous curvature and coat area from the shape of an endocytic pit
Installation¶
Create conda environment
$ conda create –name emm python=3.7
Activate conda environment :
$ conda activate emm
Install requirements in setup.py
$ pip install -e .[all]