From a0910ef2009a9d380a0d1864d035af40111d7db2 Mon Sep 17 00:00:00 2001 From: Bernhard Liebl Date: Thu, 8 Jun 2023 08:45:56 +0200 Subject: [PATCH] added instructions for Google Colab --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index c54c996..024063d 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,22 @@ and macOS (Intel). `pip install pyalign` +## on Google Colab + +First install conda via: + +``` +!pip install -q condacolab +import condacolab +condacolab.install() +``` + +Then run: + +``` +!git clone https://github.com/poke1024/pyalign && cd pyalign && conda env create -f environment.yml && conda activate pyalign && python setup.py install +``` + ## locally Installing pyalign locally will require a modern C++ compiler. It also requires