Skip to content

Commit

Permalink
remove Python 2.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinoahu committed May 5, 2020
1 parent 2be2729 commit 533eced
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SwiftOrtho is orthology analysis tool which identifies orthologs, paralogs and c

Make sure that you have the following installed

1. Python 2.7 or 3.7 (Recommend [Anaconda](https://www.continuum.io/downloads#linux "https://www.continuum.io/downloads#linux" ) ) or [PyPy2.7](http://pypy.org/download.html "http://pypy.org/download.html") (v5.10 or greater).
1. Python 3.7 or later (Recommend [Anaconda](https://www.continuum.io/downloads#linux "https://www.continuum.io/downloads#linux" ) ).

2. The GNU Compiler Collection [GCC](https://gcc.gnu.org/) 6.0 or above.

Expand Down
2 changes: 1 addition & 1 deletion upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ git config --global user.name Rinoahu
git remote rm origin

git add -A .
git commit -m 'fixed a bug on redhat linux system'
git commit -m 'remove Python 2.7 support'
git remote add origin https://github.com/Rinoahu/SwiftOrtho

git pull origin master
Expand Down

0 comments on commit 533eced

Please sign in to comment.