changeset 30:7cfc73ad6ce9

Improve README
author Lewin Bormann <lewin@lewin-bormann.info>
date Mon, 14 Sep 2020 11:17:31 +0200
parents 8801b7fc6010
children 66307a6fdfe6
files README.md
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Mon Sep 14 11:16:31 2020 +0200
+++ b/README.md	Mon Sep 14 11:17:31 2020 +0200
@@ -49,6 +49,8 @@
    git+https://github.com/dermesser/photosync`.
 1. Go into the `photosync` repository and run `pip[3] install [--user] .`. This
    installs dependencies needed by the program.
+   - Alternatively, build an egg `python setup.py bdist_egg` and install it
+   `easy_install dist/photosync-[version]-py[version].egg`
 1. Run it: `python3 photosync.py --help` or, if you installed it with `pip`,
    `photosync.py --help`.