Skip to content

gambardellawill/py2peer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py2peer

py2peer is a collection of Python libraries that enables applications to interact with a wide assortment of different file-sharing networks and protocols.

Installation and use

  1. Make sure you have a working Python virtual environment at the root of the project. This can be done by running venv or virtualenv, depending on the version of the Python interpreter currently installed in your machine.
~$ python -m venv .venv
  1. Activate your virtual environment
~$ source .venv/bin/activate
  1. Upgrade pip and install the requirements
~$ pip install --upgrade pip
~$ pip install -r requirements.txt

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages