Skip to content

Commit

Permalink
updates on installation
Browse files Browse the repository at this point in the history
  • Loading branch information
jchang committed Jul 6, 2000
1 parent c4f03b8 commit fb4379b
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions README
Expand Up @@ -33,16 +33,17 @@ o Numerical Python 15.3 (optional)
Installation
------------

First, make sure Python and Distutils are installed correctly.


python setup.py build


*** Make sure Python and Distutils are installed correctly ***

Installation should be as simple as going to the biopython directory,
and typing:
python setup.py install


If you need to do additional configuration, e.g. changing the base
directory, please type 'python setup.py', or see the documentation for
Distutils.



Testing
Expand All @@ -53,14 +54,14 @@ everything's running correctly. To do the tests, go to the Tests/
die
rectory in the distribution and run br_regrtest.py:

riboweb:~/biopython/Tests> python br_regrtest.py
drevil:~/biopython/Tests> python br_regrtest.py
test_Enzyme
test_Fasta
test_Fasta2
test_File
test_KeyWList
5 tests OK.
riboweb:~/biopython/Tests>
drevil:~/biopython/Tests>


XXX We need to get this more closely integrated with the installation
Expand All @@ -82,8 +83,9 @@ mailing list.
http://www.biopython.org/
http://www.biopython.org/MailList.shtml

We currently have no system set up for handling bug reports. For now,
please report bugs to biopython@biopython.org.
If you wish to contribute a bug report, please submit them to the
online bug reporting form at:
http://www.biopython.org/biopython-bugs/



Expand Down

0 comments on commit fb4379b

Please sign in to comment.