Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------
Expand Down