Skip to content

Commit

Permalink
Remove unnecesary installation line
Browse files Browse the repository at this point in the history
There was a repeated line with a typo which did not do anything so I removed it.
  • Loading branch information
Raphael Shirley committed Oct 16, 2024
1 parent b4d8b2d commit 48b2277
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ editable mode with the `-e` option so that any changes are immediately propagate
conda create -n <env_name> python=3.12
conda activate <env_name>
conda install cxx-compilers # May not be required for linux
git clone https://github.com/lephare-photoz/lephare.git
cd lephare
git submodule update --init --recursive
Expand All @@ -149,7 +148,6 @@ editable mode with the `-e` option so that any changes are immediately propagate
conda create -n <env_name> python=3.12
conda activate <env_name>
conda install cxx-compilers
brew install llvm libomp
git clone https://github.com/lephare-photoz/lephare.git
cd lephare
Expand Down

0 comments on commit 48b2277

Please sign in to comment.