From 76c87184a188f68e9ce9f77ee809f1c68a869392 Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Sat, 16 May 2020 17:15:43 +0100 Subject: [PATCH] Added requirements.txt generation --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d2da91c6..e941296f 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,8 @@ This includes installing the server in a mode better suited for active developme ### Distributing * `poetry run build` - * Dist files will then be in `/dist` +* `poetry export --without-hashes -f requirements.txt > dist/requirements.txt` +* Distribution files will then be in `/dist` ## Build-system As of 1.0.0b0, we're using [Poetry](https://github.com/sdispater/poetry) to manage dependencies, build, and distribute the package. All package information and dependencies are found in `pyproject.toml`, in line with [PEP 518](https://www.python.org/dev/peps/pep-0518/). If you're developing this package, make use of `poetry.lock` to ensure you're using the latest locked dependency list.