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 ```