From 248f4e6049ddce7dde327a532fb2a9b9c545e8ec Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Sat, 31 Oct 2020 15:46:09 +0100 Subject: update deploy notes --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index cf50bbe..6248a6c 100644 --- a/README.md +++ b/README.md @@ -25,15 +25,17 @@ specific code using the fatcat openapi client. ## Running and Deployment -* The library code can be used via - [fuzzycat](https://pypi.org/project/fuzzycat/) project. -* The command line tool depends on [Pipenv](https://pypi.org/project/pipenv/), - the workflow is to use a git checkout, then run `pipenv run python -m -fuzzycat.main ...` or other executable modules. +We defer more packaging polish until the code stabilizes a bit more. For now: + +``` +$ git clone git@github.com:miku/fuzzycat.git && cd fuzzycat +$ pipenv install --deploy +$ pipenv run python -m fuzzycat.main +``` For the future, an independent [pex](https://github.com/pantsbuild/pex) or [shiv](https://github.com/linkedin/shiv) executable would be a convenient -option. +option to allow execution from any directory. ## Approach -- cgit v1.2.3