added INSTALL and fixed markup in README
This commit is contained in:
19
INSTALL
Normal file
19
INSTALL
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
## Installation
|
||||||
|
|
||||||
|
Clone repository or unpack the tar ball and install with
|
||||||
|
[setuptools](http://pythonhosted.org/setuptools/index.html) (note: if
|
||||||
|
you don't have setuptools installed you will need an internet
|
||||||
|
connection so that the installation procedure can sownload the
|
||||||
|
required files):
|
||||||
|
|
||||||
|
cd propka-3.1
|
||||||
|
python setup.py install --user
|
||||||
|
|
||||||
|
This will install the `propka31` script in your executable directory,
|
||||||
|
as configured for setuptools, for instance `~/.local/bin`. You can
|
||||||
|
change the bin directory with the `--install-scripts` option. For
|
||||||
|
example, in order to install in my `bin` directory in my home
|
||||||
|
directory:
|
||||||
|
|
||||||
|
python setup.py install --user --install-scripts ~/bin
|
||||||
|
|
||||||
@@ -33,7 +33,7 @@ This release of PROPKA 3.1 was modified by Oliver Beckstein
|
|||||||
Clone repository or unpack the tar ball and install with
|
Clone repository or unpack the tar ball and install with
|
||||||
[setuptools](http://pythonhosted.org/setuptools/index.html) (note: if
|
[setuptools](http://pythonhosted.org/setuptools/index.html) (note: if
|
||||||
you don't have setuptools installed you will need an internet
|
you don't have setuptools installed you will need an internet
|
||||||
connection so that the installation procedure can sownload the
|
connection so that the installation procedure can download the
|
||||||
required files):
|
required files):
|
||||||
|
|
||||||
cd propka-3.1
|
cd propka-3.1
|
||||||
|
|||||||
Reference in New Issue
Block a user