-
Notifications
You must be signed in to change notification settings - Fork 376
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
using environemnt.yml instead of requirements.txt
- Loading branch information
Showing
1 changed file
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 [email protected]: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 | ||
:: | ||
|
||
|