From ef17d015535938681ba0882a9217cc9778ae4478 Mon Sep 17 00:00:00 2001 From: ajmaurais <41207472+ajmaurais@users.noreply.github.com> Date: Thu, 4 Apr 2019 19:19:06 -0400 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 24a2fd4..5e736b9 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,15 @@ Given a .tsv file with a column containing Uniprot protein IDs, scrape annotations for subcellular location from uniprot.org ## Installation -The simplest way to install `locScraper` is to download one of the precompiled binaries under the [releases](https://github.com/ajmaurais/locScraper/releases) tab. Binaries are available for OSX and CentOS. +The simplest way to install `locScraper` is to download one of the precompiled binaries under the [releases](https://github.com/ajmaurais/locScraper/releases) tab. Binaries are available for OSX and CentOS. You can also clone this repository with the command. ``` git clone https://github.com/ajmaurais/locScraper/tree/master ``` -`locScraper` is written in `Python 3.7.1` If you elect to clone the repository, you must install `Python 3.7.1` and the flowing libraries: +`locScraper` is written in `Python 3.7` If you elect to clone the repository, you must install `Python 3.7` and the flowing libraries: ``` -pandas tqdm lxml ```