From d2ae5eeb4a2b5cc2fad5c396ab5bcd1318bc066a Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 11 Nov 2013 16:33:27 +0100 Subject: [PATCH] Update ceof --- software/ceof.mdwn | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/software/ceof.mdwn b/software/ceof.mdwn index 5e900464..5625bb76 100644 --- a/software/ceof.mdwn +++ b/software/ceof.mdwn @@ -10,10 +10,15 @@ which describes the motivation and goals or you can view [the poster that was used on the presentation](http://git.schottelius.org/?p=ceof;a=blob;f=doc/appendix/poster.pdf). ## Dependencies + * python3 - * python3 including virtualenv - * virtualenv is present (python-virtualenv on Debian) +### When the distro ships a package for python3-gnupg (e.g. Debian): + * python3-gnupg + +### Otherwise: + + * virtualenv ## Installation @@ -21,16 +26,17 @@ can view [the poster that was used on the presentation](http://git.schottelius.o git clone git://git.schottelius.org/ceof - * Create an isolated python environment +### When the distro does not ship a Package for python3-gnupg + * Create an isolated python environment virtualenv -p /usr/bin/python3 python-env - * Activate the python environment and install gnupg + * Activate the python environment and install gnupg . ./python-env/bin/activate pip install python-gnupg - * Generate public/private key pair (may take some time) + * Generate public/private key pair (may take some time, try to keep your computer busy so you can gather more entropy) ./src/bin/ceof crypto -g --name "Nico@Tee" --email-address nico-ceof@tee.schottelius.org