Skip to content

Instantly share code, notes, and snippets.

View jb2cool's full-sized avatar

Jason Bramwell jb2cool

View GitHub Profile
@jb2cool
jb2cool / qiime-install-centos7.sh
Last active December 3, 2021 07:18
Install QIIME via Python PIP on CentOS 7
#!/bin/bash
# Install essential build tools
sudo yum -y group install "Development Tools"
# Add EPEL repository
sudo yum -y install epel-release
# Install Python PIP and other required development libraries
sudo yum -y install python-devel python-pip libpng-devel freetype-devel lapack lapack-devel