diff options
-rw-r--r-- | scripts/README | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/README b/scripts/README index 4530ed19..9d9ab72f 100644 --- a/scripts/README +++ b/scripts/README @@ -28,9 +28,11 @@ External Python packages required: sigh, so at the moment you have to do that by hand: # cd /usr/ports/security/cryptlib - # make + # make install # cd work/bindings # python setup.py install + # cd ../.. + # make clean - Eventually I expect that this will require an event-handling package like Twisted, but I'm not there yet. |