Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bachiraoun committed May 19, 2016
1 parent 837a2b3 commit 520ef9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Installation
* cython (lowest version tested is 0.21.1)
* matplotlib (lowest version tested is 1.4)
* pdbParser (lowest version tested is 0.1.2 - 0.1.3 is used starting from fullrmc 0.3.0 -
0.1.4 is used starting from fullrmc 1.0.0)
0.1.4 is used starting from fullrmc 1.0.0 - 0.1.5 is used starting from fullrmc 1.0.1)
* pysimplelog (lowest version tested is 0.1.7)

##### Installation using pip:
Expand All @@ -57,7 +57,7 @@ following python script:
from pkg_resources import parse_version as PV
for name, ver in [('numpy' ,'1.7.1') ,
('cython' ,'0.21.1'),
('pdbParser' ,'0.1.4') ,
('pdbParser' ,'0.1.5') ,
('pysimplelog','0.1.7') ,
('matplotlib' ,'1.4' )]:
try:
Expand Down

0 comments on commit 520ef9c

Please sign in to comment.