Installation¶
Cardiotensor is a powerful and user-friendly toolkit for analyzing the orientation of cardiomyocites fibers in the heart
Prerequisites¶
- Python 3.10 or higher
Installing with pip recommended¶
cardiotensor is published as a Python package and can be installed with
pip
, ideally by using a virtual environment. Open up a terminal and install
cardiotensor with:
Installing from Source¶
To install cardiotensor from source, follow these steps:
-
Clone the repository from GitHub:
-
Navigate to the cloned repository directory:
-
Install the package using pip:
- The
-e
flag inpip install -e .
installs the package in editable mode, allowing changes to the source code to be immediately reflected without reinstallation.
- The
Uninstallation¶
If you need to remove cardiotensor from your system, follow these steps:
This should remove cardiotensor from your environment.