Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AurelienBesnier committed Jan 24, 2024
1 parent ebbd0a9 commit 52b897f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ Conda environement : https://docs.conda.io/en/latest/index.html
#### From source

# Install dependency with conda
conda create -n phm -c conda-forge python=3
conda create -n phm -c conda-forge python
conda activate phm
conda install -c conda-forge -c openalea cython numpy numba scipy scikit-image scikit-learn networkx opencv matplotlib vtk pytest skan=0.10
conda install -c conda-forge -c numba cython numpy numba scipy scikit-image scikit-learn networkx opencv matplotlib vtk pytest skan=0.10

# Load phenomenal and install
git clone https://github.com/openalea/phenomenal.git
Expand Down

0 comments on commit 52b897f

Please sign in to comment.