changeset 32:192da5a88fdf default

Add pipenv to Readme
author Lewin Bormann <lewin@lewin-bormann.info>
date Tue, 15 Sep 2020 14:49:14 +0200
parents 66307a6fdfe6
children
files README.md
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Mon Sep 14 11:20:15 2020 +0200
+++ b/README.md	Tue Sep 15 14:49:14 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.
+   - Or you use `pipenv` using the provided `Pipfile`: `pipenv shell && pipenv
+   install`, after which you can use `python photosync.py`.
    - 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`,