pypa / pep470

5 stars 6 forks source link

the pep470 utility needs installation instructions... #1

Closed vernondcole closed 5 years ago

vernondcole commented 9 years ago

The email I received indicated that there was an easy to use utility: "simply execute the pep470 CLI utility". This may in fact be simple, after said utility is installed. I have tried two ways to install the utility, (copying the source of cli.py, and cloning the GIT repository and running setup.py install) but neither resulted in a runnable utility. I am using Ubuntu 15.10. I assume that this would be even worse if I were running Windows (where is the "twine" utility then?)

Please include instructions on how to install "pep470".

ThomasWaldmann commented 9 years ago

I used virtualenv and pip install pep470 and the utility starts. As it didn't really do something, I had to upgrade pip in my virtualenv to fix that: pip install -U pip