Difference between revisions of "Sharing files with Python"

imported>Viking60
imported>Viking60
Line 75: Line 75:
So let's work some magic to fix that!
So let's work some magic to fix that!
===Installation===
===Installation===
Install python-twisted (it is in the extra repo).
Install python-twisted and python-service-identity (they are in the extra repo).


  sudo pacman -S python-twisted
  sudo pacman -S python-twisted python-service-identity


===Using it===
===Using it===
Anonymous user