Skip to content

Commit

Permalink
using environemnt.yml instead of requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
kanaadp committed Oct 13, 2017
1 parent 5f95fba commit cf9eae2
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions docs/source/flow_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,18 @@ 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)
::

git clone git@github.com:cathywu/rllab-multiagent.git
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
::

Expand Down

0 comments on commit cf9eae2

Please sign in to comment.