すずけんメモ

技術メモです

2013-10-07から1日間の記事一覧

GitHub上のリポジトリからpipでインストール

$ pip install -e git+https://github.com/s3tools/s3cmd.git#egg=s3cmd これでよい。 -eはeditableオプション。#egg=の指定が必要。