Skip to content

Commit

Permalink
Fixed a typo in the instructions for conda installation
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnKendrick committed Nov 9, 2024
1 parent d0410ba commit 630aeea
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Sphinx/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand All @@ -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
Expand Down

0 comments on commit 630aeea

Please sign in to comment.