如何安装 apesmit python 包?

How to install apesmit python package?

我尝试从 PyPi 安装 apesmit ( pip install apesmit )。但是我收到错误 Could not find a version that satisfies the requirement apesmit (from versions: ) No matching distribution found for apesmit 你能帮我做这个吗?

因为作者还没有上传任何包,也没有什么可以下载的。 https://pypi.python.org/pypi/apesmit or https://pypi.python.org/simple/apesmit/ 处的包列表为空。

我已经按照这些步骤安装了 apesmith

  1. sudo wget http://www.florian-diesch.de/software/apesmit/dist/apesmit-0.01.tar.gz
  2. tar xzf apesmit-0.01.tar.gz.
  3. sudo nano apesmit-0.01/distribute_setup.py 将 DEFAULT_URL 更改为 distribute_setup.py
  4. 中的“https://pypi.python.org/packages/source/d/distribute/
  5. pip install /full path/apesmit-0.01