Changes between Version 12 and Version 13 of Installing/Source


Ignore:
Timestamp:
04/27/2011 10:22:21 PM (13 years ago)
Author:
Cas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installing/Source

    v12 v13  
    4242}}} 
    4343 
     44== Developer Install == 
     45 
     46This will create a Deluge install in ~/delugeDev but will link back to the source code directory so changes you make will be reflected immediately without having to install again. 
     47{{{ 
     48python setup.py develop --install-dir ~/delugeDev 
     49}}} 
     50 
    4451= Removing From System = 
    4552In the unlikely event you want to remove a copy of Deluge installed by the previous method, you will have to manually delete the Deluge related files on your system.  For the most part you can simply delete deluge related files in your site-packages folder.