diff --git a/docs/source/flow_setup.rst b/docs/source/flow_setup.rst index 6315c07fe..209792ad8 100644 --- a/docs/source/flow_setup.rst +++ b/docs/source/flow_setup.rst @@ -10,12 +10,6 @@ tool. Follow the shell commands below to get started. Installing Flow ================= -Create a conda environment (add warning, that EVERYTHING is a specific version): -:: - - conda create -n flow python=3.5.2 - source activate flow - Install rllab-multiagent (NOTE TO TEAM: For now, it's still rllab-distributed) :: @@ -23,6 +17,11 @@ Install rllab-multiagent (NOTE TO TEAM: For now, it's still rllab-distributed) cd rllab-multiagent git checkout flow_release # TODO eliminate this step +Create a conda environment (add warning, that EVERYTHING is a specific version): +:: + + conda env create -f environment.yml + For OSX ::