Skip to content

Commit cf9eae2

Browse files
committed
using environemnt.yml instead of requirements.txt
1 parent 5f95fba commit cf9eae2

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/source/flow_setup.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,18 @@ tool. Follow the shell commands below to get started.
1010
Installing Flow
1111
=================
1212

13-
Create a conda environment (add warning, that EVERYTHING is a specific version):
14-
::
15-
16-
conda create -n flow python=3.5.2
17-
source activate flow
18-
1913
Install rllab-multiagent (NOTE TO TEAM: For now, it's still rllab-distributed)
2014
::
2115

2216
git clone [email protected]:cathywu/rllab-multiagent.git
2317
cd rllab-multiagent
2418
git checkout flow_release # TODO eliminate this step
2519

20+
Create a conda environment (add warning, that EVERYTHING is a specific version):
21+
::
22+
23+
conda env create -f environment.yml
24+
2625
For OSX
2726
::
2827

0 commit comments

Comments
 (0)