From 630aeea3bb51e5a340f0b73ca1db5e226a0cd77e Mon Sep 17 00:00:00 2001 From: John Kendrick Date: Sat, 9 Nov 2024 09:22:37 +0000 Subject: [PATCH] Fixed a typo in the instructions for conda installation --- Sphinx/installation.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Sphinx/installation.rst b/Sphinx/installation.rst index d10334c..6ecb84e 100644 --- a/Sphinx/installation.rst +++ b/Sphinx/installation.rst @@ -24,10 +24,9 @@ Example files for each of the DFT packages supported can be downloaded from the The conda-forge package has a Python 3 environment included in the package. After installation of miniconda or conda, a new environment should be created in which to install the package:: - conda create --name pdielec - conda activate pdielec conda config --add channels conda-forge - conda install -c conda-forge pdielec + conda create --name pdielec pdielec + conda activate pdielec pdgui @@ -38,7 +37,7 @@ If at a later stage, you want to update PDielec to the latest version from conda This only works if the conda-forge channel has been added to the channel list for the environment. -If the full GitHub installation is required to run the examples for instance, then this can be downloaded from +If the full GitHub installation is required to run the examples for instance, then this can be downloaded from GitHub as outlined below. PyPi