Skip to content

Instantly share code, notes, and snippets.

@NdagiStanley
Last active January 6, 2024 04:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NdagiStanley/ca3657d172606326964472141a785c7f to your computer and use it in GitHub Desktop.
Save NdagiStanley/ca3657d172606326964472141a785c7f to your computer and use it in GitHub Desktop.
.OpenLP

OpenLP Install steps

Steps

Install python 3.4

xcode-select --install
mdbrew
brew install bzr git wget vim htop-osx
brew install postgresql python3 pyqt5 enchant
pip3.4 install lxml sqlalchemy mako nose beautifulsoup4 psycopg2 sphinx alembic chardet pyenchant
pip3.4 install http://cdn.mysql.com/Downloads/Connector-Python/mysql-connector-python-2.0.4.zip#md5=3df394d89300db95163f17c843ef49df
pip3.4 install pyobjc
pip3.4 install https://github.com/GreatFruitOmsk/pyobjc-core/releases/download/v3.0.5.dev0/pyobjc-core-3.0.5.tar.gz
brew install hunspell
brew info aspell
brew install aspell --with-all-langs
mdbrew
bzr whoami "Stan_MD ndagis@gmail.com"
bzr launchpad-login ndagis
bzr init-repo ~/openlp
bzr checkout lp:openlp ~/openlp/trunk
cd openlp/trunk/
python3.4 scripts/check_dependencies.py
python3.4 openlp.py

Extra

pip3 install pep8 pyflakes ipython

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment