Installation ============ Mamba ----- The easiest way to install **lipyphilic** is using `mamba` and the `conda-forge `__ channel of `Conda `__:: mamba create -n lipyphilic -c mamba-forge python=3.11 lipyphilic mamba activate lipyphilic This will install **lipyphilic** along with all of its dependencies into a new virtual environment. If you do not already have Mamba installed on your machine, we recommend downloading and installing `Miniforge `__. PyPI ---- It's also possible to install **lipyphilic** from the `Python Package Index `__. You can do this using `pip`:: python -m pip install lipyphilic Alternatively, you can also install the in-development version with:: python -m pip install https://github.com/p-j-smith/lipyphilic/archive/main.zip Dependencies ------------ **lipyphilic** uses `MDAnalysis `__ to carry out all analysis calculations, and `Freud `__ for performing Voronoi tessellations. As mentioned above, the simplest way to install these packages, along with **lipyphilic**, is with `Conda `__. However, it is also possible to install MDAnalysis and Freud using pip, or from source. See the `MDAnalysis `_ and `Freud `_ installation instructions for further information.