Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update doc for install on Linux #13

Closed
wants to merge 1 commit into from
Closed
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
9 changes: 8 additions & 1 deletion doc/user/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,21 @@ When it's done, create an environment for L-Py:

.. code-block:: bash

conda create -n lpy vplants.lpy -c openalea
conda create -n lpy openalea.lpy -c openalea



Then, activate the L-Py environment

.. code-block:: bash

source activate lpy

.. warning:: On linux, the wrong version of boost may be installed (1.65 rather than 1.66 from openalea channel).
Use the command. In the lpy environment, install boost 1.66.0::

conda install -c openalea boost=1.66.0

And run L-Py

.. code-block:: bash
Expand Down