Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Complete documentation is available at [https://phenomenal.rtfd.io/](https://phe

Tutorials are available in the example folder as a Jupyter Notebook.

You can try online with binder: [https://mybinder.org/v2/gh/openalea/phenomenal/master?filepath=examples](https://mybinder.org/v2/gh/openalea/phenomenal/master?filepath=examples)
You can try online with binder: [https://mybinder.org/v2/gh/openalea/phenomenal/HEAD?urlpath=%2Fdoc%2Ftree%2Fdoc%2Fexamples](https://mybinder.org/v2/gh/openalea/phenomenal/HEAD?urlpath=%2Fdoc%2Ftree%2Fdoc%2Fexamples)


### Maintainers
Expand Down
4 changes: 3 additions & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: phenomenal
channels:
- conda-forge
- openalea3/label/dev
- openalea3/label/rc
- openalea3
- conda-forge

dependencies:
- openalea.phenomenal
Expand Down
2 changes: 2 additions & 0 deletions conda/environment.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: phenomenal_dev
channels:
- openalea3/label/dev
- openalea3/label/rc
- openalea3
- conda-forge
dependencies:
Expand Down
9 changes: 4 additions & 5 deletions doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,13 @@ Install From source

.. code-block:: bash

# Install dependency with conda
mamba env create -n phm -f conda/environment.yml
mamba activate phm

# Clone phenomenal and install
git clone https://github.com/openalea/phenomenal.git
cd phenomenal
pip install .

# Install dependency with conda
mamba env create -n phm -f conda/environment.yml
mamba activate phm

# (Optional) Test your installation
cd test; pytest
Expand Down
Loading