diff mbox series

doc: describe required python3 modules

Message ID 20200310162720.61835-1-tigran.mkrtchyan@desy.de (mailing list archive)
State New, archived
Headers show
Series doc: describe required python3 modules | expand

Commit Message

Mkrtchyan, Tigran March 10, 2020, 4:27 p.m. UTC
---
 README | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

J. Bruce Fields March 11, 2020, 7:19 p.m. UTC | #1
Applied, thanks!--b.

On Tue, Mar 10, 2020 at 05:27:20PM +0100, Tigran Mkrtchyan wrote:
> ---
>  README | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/README b/README
> index f9d7005..79cac62 100644
> --- a/README
> +++ b/README
> @@ -4,9 +4,9 @@ the 4.0 pynfs code was all moved into the nfs4.0 directory, but as time
>  passes we expect to merge the two code bases.
>  
>  Install dependent modules; on Fedora:
> -	yum install krb5-devel python-devel swig python-gssapi python-ply
> +	yum install krb5-devel python3-devel swig python3-gssapi python3-ply
>  on Debian:
> -	apt-get install libkrb5-dev python-dev swig python-pip
> +	apt-get install libkrb5-dev python3-dev swig python3-pip
>  	pip install ply gssapi
>  
>  You can prepare both for use with
> -- 
> 2.24.1
diff mbox series

Patch

diff --git a/README b/README
index f9d7005..79cac62 100644
--- a/README
+++ b/README
@@ -4,9 +4,9 @@  the 4.0 pynfs code was all moved into the nfs4.0 directory, but as time
 passes we expect to merge the two code bases.
 
 Install dependent modules; on Fedora:
-	yum install krb5-devel python-devel swig python-gssapi python-ply
+	yum install krb5-devel python3-devel swig python3-gssapi python3-ply
 on Debian:
-	apt-get install libkrb5-dev python-dev swig python-pip
+	apt-get install libkrb5-dev python3-dev swig python3-pip
 	pip install ply gssapi
 
 You can prepare both for use with