Skip to content
Snippets Groups Projects
Commit 587081e7 authored by Mohak Bhardwaj's avatar Mohak Bhardwaj
Browse files

Update README.md

parent 04c48fb9
No related branches found
No related tags found
No related merge requests found
...@@ -2,12 +2,12 @@ ...@@ -2,12 +2,12 @@
Code for homework assignments for CSE 599W Spring 2020 Code for homework assignments for CSE 599W Spring 2020
## Installation ## Installation
[1] Install the latest version of Anaconda (or miniconda??) for your system from [here](https://docs.anaconda.com/anaconda/install/). Please make sure to install the Python 3.7 version. Note that we will aim to support Linux and MacOS, so make sure you have access to a machine with these operating systems. [1] Install the latest version of Anaconda for your system from [here](https://docs.anaconda.com/anaconda/install/). Please make sure to install the Python 3.7 version. Note that we will aim to support Linux and MacOS, so make sure you have access to a machine with wither of these operating systems.
[2] Execute the following steps to setup the repository and install the required dependencies. [2] Execute the following steps to setup the repository and install the required dependencies.
<!-- <!--
``` ```
git clone https://github.com/mohakbhardwaj/rl_spring2020.git git clone https://gitlab.cs.washington.edu/mohakb/rl_spring2020.git
cd rl_spring2020 cd rl_spring2020
conda create env -f environment.yml conda create env -f environment.yml
conda activate rl_spring2020~~ conda activate rl_spring2020~~
...@@ -15,7 +15,7 @@ conda activate rl_spring2020~~ ...@@ -15,7 +15,7 @@ conda activate rl_spring2020~~
--> -->
``` ```
conda create -n rl_spring2020 python=3.7 conda create -n rl_spring2020 python=3.7
git clone https://github.com/mohakbhardwaj/rl_spring2020.git git clone https://gitlab.cs.washington.edu/mohakb/rl_spring2020.git
cd rl_spring2020 cd rl_spring2020
conda env update -n rl_spring2020 -f environment.yml conda env update -n rl_spring2020 -f environment.yml
conda activate rl_spring2020 conda activate rl_spring2020
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment