From c38072adf69f5fe26b0240243befdba7af207c5e Mon Sep 17 00:00:00 2001 From: Pierre Vigneras Date: Fri, 3 Oct 2025 12:42:38 -0700 Subject: [PATCH] Update README.rst with instructions for local installation This provides instructions for local installation using standard `python setup.py install --user`. --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index a7bbfb9..8d18236 100644 --- a/README.rst +++ b/README.rst @@ -31,6 +31,10 @@ Use as local command-line utility :: $ git clone https://github.com/alyssaq/face_morpher + $ cd face_morpher + $ pip install -r requirements.txt + $ python setup.py install --user # This will install in your own user directory (default is ~/.local/bin) + $ facemorpher --help # From there you should be able to use the command line right-away Morphing Faces --------------