Skip to content

Commit

Permalink
Merge pull request #122 from dylan-myome/add_osx_instructions_to_readme
Browse files Browse the repository at this point in the history
Update README to support OSX users
  • Loading branch information
reece committed Sep 18, 2023
2 parents 8ba5e6c + 89809d7 commit be60406
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,9 @@ answer](https://apple.stackexchange.com/questions/254380/why-am-i-getting-an-inv
On Ubuntu 16.04:

$ sudo apt install -y python3-dev gcc zlib1g-dev tabix
(OSX: $ brew install python libpq)
$ pip install seqrepo
$ sudo mkdir /usr/local/share/seqrepo
$ sudo mkdir -p /usr/local/share/seqrepo
$ sudo chown $USER /usr/local/share/seqrepo
$ seqrepo pull -i 2018-11-26
$ seqrepo show-status -i 2018-11-26
Expand Down

0 comments on commit be60406

Please sign in to comment.