Skip to content

Commit

Permalink
update README file
Browse files Browse the repository at this point in the history
  • Loading branch information
JAlvarezJarreta committed Jan 22, 2021
1 parent 75e49b2 commit c4bc65b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,27 @@ 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

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.
Expand Down

0 comments on commit c4bc65b

Please sign in to comment.