From 4a1c7d04d404098225fd851b14d43a1172e18263 Mon Sep 17 00:00:00 2001 From: DongWangChina Date: Thu, 31 Aug 2023 17:42:19 +0800 Subject: [PATCH] update install document: df-notorch python=3.8 --- docs/source/qs/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/qs/install.rst b/docs/source/qs/install.rst index 096afe463..e3b0f0e3d 100644 --- a/docs/source/qs/install.rst +++ b/docs/source/qs/install.rst @@ -147,7 +147,7 @@ Then you can pass your own libtorch path to DeepFlame. .. code-block:: bash - conda create -n df-notorch + conda create -n df-notorch python=3.8 conda activate df-notorch conda install -c cantera libcantera-devel