From c4bc65bbb88095d66507f70a16959303d40bf2a3 Mon Sep 17 00:00:00 2001 From: JAlvarezJarreta Date: Fri, 22 Jan 2021 00:29:59 +0000 Subject: [PATCH] update README file --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a338dea..565656c 100644 --- a/README.md +++ b/README.md @@ -12,17 +12,17 @@ LipidFinder is distributed under the **MIT license** (see *LICENSE* file for mor ## Configuring your computer LipidFinder has been tested for Python 2.7.9 and Python 3.6.3. This doesn't mean it won't work in earlier versions, but you might get errors or significant differences in the results. Some computer’s operating systems come bundled with Python, but it can also be downloaded and installed from the [Python Software Foundation](https://www.python.org/downloads/). The first step is to download LipidFinder's package file (Wheel format) for GitHub: -* *Python 2.7:* [LipidFinder-2.0.1-py2-none-any.whl](https://github.com/ODonnell-Lipidomics/LipidFinder/releases/download/v2.0.1/LipidFinder-2.0.1-py2-none-any.whl) -* *Python 3.6:* [LipidFinder-2.0.1-py3-none-any.whl](https://github.com/ODonnell-Lipidomics/LipidFinder/releases/download/v2.0.1/LipidFinder-2.0.1-py3-none-any.whl) +* *Python 2.7:* [LipidFinder-2.0.2-py2-none-any.whl](https://github.com/ODonnell-Lipidomics/LipidFinder/releases/download/v2.0.2/LipidFinder-2.0.2-py2-none-any.whl) +* *Python 3.6:* [LipidFinder-2.0.2-py3-none-any.whl](https://github.com/ODonnell-Lipidomics/LipidFinder/releases/download/v2.0.2/LipidFinder-2.0.2-py3-none-any.whl) ### Default installation LipidFinder's package includes all the instructions to install all the dependencies required. The easiest way to install LipidFinder is to open a command prompt/terminal, go to the folder where the downloaded Wheel file is locates, and run one of the following commands: ```bash -pip install LipidFinder-2.0.1-py2-none-any.whl # for Python 2.7 +pip install LipidFinder-2.0.2-py2-none-any.whl # for Python 2.7 -pip install LipidFinder-2.0.1-py3-none-any.whl # for Python 3.6 +pip install LipidFinder-2.0.2-py3-none-any.whl # for Python 3.6 ``` ### Alternative option: Anaconda @@ -30,9 +30,9 @@ pip install LipidFinder-2.0.1-py3-none-any.whl # for Python 3.6 Many users prefer to use [Anaconda](https://www.anaconda.com/download/), an open-source distribution aimed to do Python data science and machine learning in Windows, Linux, and MacOS. To install LipidFinder, open an Anaconda prompt/terminal and run one of the following commands: ```bash -pip install LipidFinder-2.0.1-py2-none-any.whl # for Python 2.7 +pip install LipidFinder-2.0.2-py2-none-any.whl # for Python 2.7 -pip install LipidFinder-2.0.1-py3-none-any.whl # for Python 3.6 +pip install LipidFinder-2.0.2-py3-none-any.whl # for Python 3.6 ``` *Note:* We suggest to download and install Anaconda for **Python 3.6**. All the scripts include the `.py` extension that needs to be removed in Windows systems.