Skip to content

Commit

Permalink
Update MDAnalysis dependency instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
htz1992213 authored Nov 5, 2023
1 parent e0846b7 commit e5d8706
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To install the latest release version of mdgo:

## 1.2 Installing from source code

Mdgo requires numpy, pandas, matplotlib, scipy, tqdm, statsmodels, pymatgen>=2022.0.9, pubchempy, selenium, MDAnalysis (version 2.0.0-dev0 prefered) and their dependencies.
Mdgo requires numpy, pandas, matplotlib, scipy, tqdm, statsmodels, pymatgen>=2022.0.9, pubchempy, selenium, MDAnalysis (>=2.0.0) and their dependencies.

### Getting Source Code

Expand All @@ -40,7 +40,7 @@ If not available already, use the following steps.

`pip install .`

3. The latest version MDAnalysis==2.0.0.dev0 is recommended, you may download the source code of the latest MDAnalysis from github and install using pip to replace an existing version.
3. The latest version MDAnalysis (>=2.0.0) is recommended, you may download the source code of the latest MDAnalysis from github and install using pip to replace an existing version.

### Installation in development mode

Expand All @@ -52,7 +52,7 @@ If not available already, use the following steps.

`pip install -e .`

3. The latest version MDAnalysis==2.0.0.dev0 is recommended, you may download the source code of the latest MDAnalysis from github and install using pip to replace an existing version.
3. The latest version MDAnalysis (>=2.0.0) is recommended, you may download the source code of the latest MDAnalysis from github and install using pip to replace an existing version.

# 2. Features

Expand Down

0 comments on commit e5d8706

Please sign in to comment.