From 34b1c66cdf5f621e3ccc51c34da2dc8667d543fe Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Fri, 15 May 2020 17:15:01 +0100 Subject: [PATCH] Updated build instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c97bd772..d2da91c6 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,11 @@ This includes installing the server in a mode better suited for active developme ## Installation * `git clone --recurse-submodules https://gitlab.com/openflexure/openflexure-microscope-server.git` * `poetry install` +* `poetry run build_static` + +### Distributing * `poetry run build` + * Dist 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.