Skip to content

Commit d4b8536

Browse files
committed
Made some more changes to README: removed the python version support for 2.7 and 3.6. Also updated to note that it has been tested with MDAnalysis=1.1.1.
1 parent 2d6b9f4 commit d4b8536

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
![alt text](./_images/PyBILT_logo.png "PyBILT Logo")
22
# *Py*thon based lipid *BIL*ayer molecular simulation analysis *T*oolkit
33
------
4-
![Python version badge](https://img.shields.io/badge/python-2.7%2C3.6%2C3.7-blue.svg)
4+
![Python version badge](https://img.shields.io/badge/python-3.7-blue.svg)
55
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](LICENSE)
66
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/2d6da71328a24ef6930ad8f554074292)](https://www.codacy.com/manual/blakeaw1102/PyBILT?utm_source=github.com&utm_medium=referral&utm_content=LoLab-VU/PyBILT&utm_campaign=Badge_Grade)
77
![version](https://img.shields.io/badge/version-0.3.0-orange.svg)
@@ -42,11 +42,7 @@ The analyses include:
4242
* [future](http://python-future.org/)
4343

4444
### Python version support
45-
The `pybilt` package has been tested using [Anaconda Python](https://www.anaconda.com/) 2.7, 3.6, and 3.7.
46-
47-
#### Sunsetting of Python 2
48-
Please be aware that Python 2 is scheduled to be sunset on January 1 2020. You can read about it here: [https://www.python.org/doc/sunset-python-2/](https://www.python.org/doc/sunset-python-2/)
49-
Parallel to the sunsetting of Python 2 many open source packages are also dropping support for Python 2 ([https://python3statement.org/](https://python3statement.org/)), including some of **PyBILT**'s core dependencies. As such, after January 1, 2020, **PyBILT** will also likely sunset its support for Python 2.7.
45+
The `pybilt` package has been tested using [Anaconda Python](https://www.anaconda.com/) 3.7 and MDAnalysis=1.1.1.
5046

5147
### pip install
5248
You can install the latest version of the `pybilt` package using `pip` sourced from the GitHub repo:

0 commit comments

Comments
 (0)