From 03e4f774912ea7c684b26f26accdc96ae172767b Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 24 Oct 2012 09:42:11 +0200 Subject: [PATCH] update sexy installation instructions Signed-off-by: Nico Schottelius --- software/sexy.mdwn | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/software/sexy.mdwn b/software/sexy.mdwn index 99939c9b..ede5320d 100644 --- a/software/sexy.mdwn +++ b/software/sexy.mdwn @@ -26,10 +26,17 @@ to happen in November 2012. ## Installation -Get sexy from git ([gitweb](http://git.schottelius.org/?p=sexy;a=summary)): +Download sexy from git ([gitweb](http://git.schottelius.org/?p=sexy;a=summary)): - git clone git://git.schottelius.org/sexy + % git clone git://git.schottelius.org/sexy +Afterwards ensure that the **bin** directory is in your PATH and that you have python3 +installed: + + % which python3 + /usr/bin/python3 + % cd sexy + % export PATH=$PATH:$(pwd -P)/bin ### Mirrors