Skip to content

Commit

Permalink
Update Anaconda setup instructions (#6)
Browse files Browse the repository at this point in the history
Need to navigate to project's root directory so that pip install from requirements.txt.
  • Loading branch information
hsm207 authored and Karan Desai committed Feb 11, 2019
1 parent 94c2516 commit 82e3c6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ conda create -n visdialch python=3.6

# activate the environment and install all dependencies
conda activate visdialch
cd visdial-challenge-starter-pytorch/
pip install -r requirements.txt

# install this codebase as a package in development version
Expand Down

0 comments on commit 82e3c6b

Please sign in to comment.