Installation
To install poromics
, you can use pip
, but we highly recommend using uv
instead, as it is significantly faster. uv
is a drop-in replacement for pip
, so you can use it in the same way.
Using uv
- Install
uv
. - Create a virtual environment (or activate an existing one, e.g.,
conda
orpyenv
) - Run the following command in a terminal/command prompt:
Using pip
- Create a virtual environment (or activate an existing one, e.g.,
conda
orpyenv
) - Run the following command in a terminal/command prompt: