From 555d8ae3b58a87df8d3eee3801989190935d0414 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Aug 11 2016 14:55:22 +0000 Subject: Specify the PYTHONPATH to run the app --- diff --git a/README.md b/README.md index 9f91801..fb4d216 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ CLI tool for importing issues etc. from different sources like github to pagure * Run the application - python pagure_importer/app.py + PYTHONPATH=. python pagure_importer/app.py ## Usage