Skip to content

Commit c3d4546

Browse files
author
Bill Schaller
committed
Update docs dependency install script for Ubuntu 14.04, also update docs readme to specify Ubuntu 14.04
1 parent bfe166a commit c3d4546

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Doctrine DBAL Documentation
22

3-
## How to Generate
3+
## How to Generate:
4+
Using Ubuntu 14.04 LTS:
45

56
1. Run ./bin/install-dependencies.sh
67
2. Run ./bin/generate-docs.sh

docs/bin/install-dependencies.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
#!/bin/bash
2-
sudo apt-get install python25 python25-dev texlive-full rubber
3-
sudo easy_install pygments
4-
sudo easy_install sphinx
2+
sudo apt-get update && sudo apt-get install -y python2.7 python-sphinx python-pygments

0 commit comments

Comments
 (0)