From 2d557cdb8a21a95c2ca33acd1920dd8e10407d87 Mon Sep 17 00:00:00 2001 From: Mackenzie Mathis Date: Thu, 25 Jul 2024 11:34:47 +0200 Subject: [PATCH] Update installation.rst --- docs/source/installation.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/installation.rst b/docs/source/installation.rst index 29a01b23..c71288f6 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -54,8 +54,9 @@ we outline different options below. .. code:: bash - $ conda create -n cebra python==3.8 + $ conda create -n cebra python==3.9 $ conda activate cebra + $ conda install -c conda-forge pytables==3.8.0 .. rubric:: Install PyTorch separately