From 5cc9459529e6aa9f3ec9fffc209f41ee9fdd3e8e Mon Sep 17 00:00:00 2001 From: William Heymann Date: Tue, 17 Aug 2021 11:21:57 +0200 Subject: [PATCH] updated install instructions --- doc/install/index.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/install/index.rst b/doc/install/index.rst index 1659fb5..dcb3b58 100644 --- a/doc/install/index.rst +++ b/doc/install/index.rst @@ -20,6 +20,9 @@ After installing Anaconda open an `Anaconda Shell` and run the following command conda config --add channels anaconda-fusion conda config --add channels conda-forge + conda install numpy scipy matplotlib autograd cma==2.7 + pip install -U pymoo + conda install -c immudzen cadetmatch