1
0
mirror of synced 2025-02-09 00:39:25 +03:00

Update docs dependency install script and readme to target Ubuntu 14.04

This commit is contained in:
Bill Schaller 2015-09-03 13:58:40 -04:00
parent 233ebb0ba1
commit 3e5bf819e3
2 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -1,4 +1,2 @@
#!/bin/bash
sudo apt-get install python25 python25-dev texlive-full rubber
sudo easy_install pygments
sudo easy_install sphinx
sudo apt-get update && sudo apt-get install -y python2.7 python-sphinx python-pygments