polhenarejos / acme_email

ACME Email Client for EmailReply-00 Challenge
https://acme.castle.cloud
GNU General Public License v3.0
53 stars 8 forks source link

Installation instructions are incomplete #45

Open DDvO opened 2 days ago

DDvO commented 2 days ago

Hi, I wanted to give this interesting tool again a try, but also this time have trouble installing it.

The README says just:

python3 -m venv venv
source venv/bin/activate
pip3 install .

but when following these steps the last command gives

ERROR: Directory '.' is not installable. Neither 'setup.py' nor 'pyproject.toml' found.

and the mentioned files and cli.py are nowhere to find. The result is the same on Linux and MacOS.

DDvO commented 2 days ago

Meanwhile I found that this is missing from the beginning of the instructions:

git clone git@github.com:polhenarejos/acme_email.git
cd acme_email
shiroopi commented 23 hours ago

Same thing here !