# bt_client **Repository Path**: Simeon49/bt_client ## Basic Information - **Project Name**: bt_client - **Description**: Bt 客户端(linux) - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-11-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Bt 客户端 #### 安装方法 ``` $ git clone http://172.20.0.154/qixiyi/bt_client.git $ cd bt_client $ virtualenv --no-site-packages virtualenv $ source virtualenv/bin/activate $ pip install -r requirement.txt $ git clone https://gitee.com/Simeon49/libtorrent-rasterbar-1.1.8-with-build-for-centos7.git $ cd libtorrent-rasterbar-1.1.8-with-build-for-centos7 $ ./libtorrent-rasterbar-1.1.8-with-build-for-centos7/install_libtorrent_python_use_builds_on_centos7.sh $ rm libtorrent-rasterbar-1.1.8-with-build-for-centos7 ``` #### 端口 ``` 7888(默认): p2p(libtorrent) ```