Installation instructions

Install with pip

# Install with pip
pip install msaexp
python -c "import msaexp; print(msaexp.__version__)"

Install from the repository

### [OPTIONAL!] create a fresh conda environment
conda create -n py39 python=3.9
conda activate py39

cd /usr/local/share/python # or some other location

### Fetch the eazy-py repo
git clone https://github.com/gbrammer/msaexp.git

### Build the python code and include test tools
cd msaexp
pip install .[test]

### Run the test
pytest