From 304b9c5c0e2e85f53c6e07b002b9fab541fd4f90 Mon Sep 17 00:00:00 2001 From: Derkula Date: Tue, 23 Jul 2024 00:14:33 -0600 Subject: [PATCH] Readme Build action --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e7d82a9..4a374d8 100644 --- a/README.md +++ b/README.md @@ -18,14 +18,17 @@ You can install this software into a Python 3.9 - 3.10 environment with ```bash pip install timegan ``` + ## Creating a singularity container + Creeating a singularity container is currently supported with apptainer ```bash apptainer build 'envname'.sif timeGANenv.def ``` -And can be tested with +And can be tested with + ```bash apptainer shell 'envname'.sif pip list