Skip to content

Commit

Permalink
added instructions for Google Colab
Browse files Browse the repository at this point in the history
  • Loading branch information
poke1024 committed Jun 8, 2023
1 parent f35e792 commit a0910ef
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a0910ef

Please sign in to comment.