Skip to content

Commit

Permalink
Update README to include virtualenv in the build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
coheigea committed May 30, 2018
1 parent b5e9761 commit 08b68c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ in your system. In a Debian-based distribution:
sudo apt-get install \
openjdk-8-jdk \
python-setuptools \
python-pip
python-pip \
virtualenv
```

Then please use the standard `./gradlew build` command.
Expand Down

0 comments on commit 08b68c5

Please sign in to comment.