Skip to content

Instantly share code, notes, and snippets.

@jfroche
Last active January 3, 2016 02:59
Show Gist options
  • Save jfroche/8399735 to your computer and use it in GitHub Desktop.
Save jfroche/8399735 to your computer and use it in GitHub Desktop.
readthedocs.org
sudo apt-get install python-virtualenv git
git clone https://github.com/rtfd/readthedocs.org.git
virtualenv .venv
source .venv/bin/activate
easy_install -U setuptools
pip install --upgrade pip
sudo apt-get install libxml2-dev libxslt-dev
sudo apt-get install python-dev
sudo apt-get install libpq-dev
sudo apt-get install postgresql
pip install --allow-external beautifulsoup4 --allow-all-external --allow-unverified lazr.authentication --allow-unverified launchpadlib --allow-external bzr --allow-unverified bzr -r deploy_requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment