Skip to content

Commit

Permalink
Fix README - ref #3
Browse files Browse the repository at this point in the history
  • Loading branch information
dennybritz committed Nov 10, 2015
1 parent cfdfa88 commit d2e780d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cd rnn-tutorial-lstm

# Create a new virtual environment (optional, but recommended)
virtualenv venv
source venv/bin/active
source venv/bin/activate

# Install requirements
pip install -r requirements.txt
Expand Down

0 comments on commit d2e780d

Please sign in to comment.