From 046e8143cc430f29ce04495ea774a3de5f09cad1 Mon Sep 17 00:00:00 2001 From: zooko <> Date: Tue, 17 May 2011 21:03:04 +0000 Subject: [PATCH] moved packaging tip over to wiki:Packaging [Imported from Trac: page TipsTricks, version 7] --- TipsTricks.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/TipsTricks.md b/TipsTricks.md index 8460c98..01d79c5 100644 --- a/TipsTricks.md +++ b/TipsTricks.md @@ -23,9 +23,3 @@ Support for Tahoe's FTP server has been merged into Bzr's mainline ([#294709](ht ### Running with supervisord The only trick with [supervisord](http://supervisord.org) is to make tahoe run as a single foreground process so it can be watched and killed correctly. Use a command like "bin/tahoe run -C /path/to/tahoe/home". - -### Creating binary egg for pycrypto - -Juste add this line to setup.py: `from setuptools import setup, Extension` - -and run: `python setup.py bdist_egg` \ No newline at end of file