Skip to content

Commit

Permalink
Updating docs for v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
karllark committed Sep 5, 2019
1 parent 4858818 commit 6262377
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/workflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ Create a conda environment. Here we name it to include the BEAST version.

.. code-block:: console
$ conda create -n beast_v1.3.1 python=3.6
$ conda create -n beast_v1.3.2 python=3.6
Activate the environment after all the packages are finished installing.

.. code-block:: console
$ source activate beast_v1.3.1
$ source activate beast_v1.3.2
Install dependencies using conda (better for speed)

Expand All @@ -40,11 +40,11 @@ Install dependencies using conda (better for speed)
Next, install the BEAST. You have three options:

Option 1: Use pip to install the production version of the beast (currently v1.3.1)
Option 1: Use pip to install the production version of the beast (currently v1.3.2)

.. code-block:: console
$ pip install beast==1.3.1
$ pip install beast==1.3.2
Option 2: Get the latest production branch, which can be ahead of pipy version

Expand Down

0 comments on commit 6262377

Please sign in to comment.