diff --git a/docs/README.md b/docs/README.md index 8b487b8cf..4a7ca340e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,6 +1,7 @@ # Doctrine ORM Documentation -## How to Generate +## How to Generate: +Using Ubuntu 14.04 LTS: 1. Run ./bin/install-dependencies.sh 2. Run ./bin/generate-docs.sh diff --git a/docs/bin/install-dependencies.sh b/docs/bin/install-dependencies.sh index 86b3bdff7..9ee43bd07 100644 --- a/docs/bin/install-dependencies.sh +++ b/docs/bin/install-dependencies.sh @@ -1,4 +1,2 @@ #!/bin/bash -sudo apt-get install python25 python25-dev texlive-full rubber -sudo easy_install pygments -sudo easy_install sphinx \ No newline at end of file +sudo apt-get update && sudo apt-get install -y python2.7 python-sphinx python-pygments \ No newline at end of file