This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new 018f7c4  Fix one of the installation commands
     new 034ab78  Merge pull request #13 from sbp/fix-docs
018f7c4 is described below

commit 018f7c43f5a0883c9795b80c2ae8d583ba07aebb
Author: Sean B. Palmer <[email protected]>
AuthorDate: Wed May 5 11:05:59 2021 +0100

    Fix one of the installation commands
---
 INSTALL.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/INSTALL.md b/INSTALL.md
index 0f87b76..c435274 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -30,7 +30,7 @@ pipenv install -r requirements.txt
 - Run the setup process:
 ~~~shell script
 cd tools/
-python3 setup.py
+pipenv run python3 setup.py
 cd ..
 ~~~
 - Import any mailboxes you need to, using `tools/import-mbox.py` OR migrate 
your old Pony Mail database

Reply via email to